From eb9030c891f17eb1085137f59dd026e304382709 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 11 Sep 2024 13:45:11 +0200 Subject: [PATCH] sched: 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 --- sched/CMakeLists.txt | 2 ++ sched/Makefile | 2 ++ sched/addrenv/CMakeLists.txt | 2 ++ sched/addrenv/Make.defs | 2 ++ sched/addrenv/addrenv.c | 2 ++ sched/clock/CMakeLists.txt | 2 ++ sched/clock/Make.defs | 2 ++ sched/clock/clock.c | 2 ++ sched/clock/clock.h | 2 ++ sched/clock/clock_abstime2ticks.c | 2 ++ sched/clock/clock_adjtime.c | 2 ++ sched/clock/clock_dow.c | 2 ++ sched/clock/clock_gettime.c | 2 ++ sched/clock/clock_initialize.c | 2 ++ sched/clock/clock_perf.c | 2 ++ sched/clock/clock_settime.c | 2 ++ sched/clock/clock_systime_ticks.c | 2 ++ sched/clock/clock_systime_timespec.c | 2 ++ sched/clock/clock_timekeeping.c | 2 ++ sched/clock/clock_timekeeping.h | 2 ++ sched/environ/CMakeLists.txt | 2 ++ sched/environ/Make.defs | 2 ++ sched/environ/env_clearenv.c | 2 ++ sched/environ/env_dup.c | 2 ++ sched/environ/env_findvar.c | 2 ++ sched/environ/env_foreach.c | 2 ++ sched/environ/env_getenv.c | 2 ++ sched/environ/env_getenvironptr.c | 2 ++ sched/environ/env_putenv.c | 2 ++ sched/environ/env_release.c | 2 ++ sched/environ/env_removevar.c | 2 ++ sched/environ/env_setenv.c | 2 ++ sched/environ/env_unsetenv.c | 2 ++ sched/environ/environ.h | 2 ++ sched/event/CMakeLists.txt | 2 ++ sched/event/Make.defs | 2 ++ sched/event/event.h | 2 ++ sched/event/event_destroy.c | 2 ++ sched/event/event_init.c | 2 ++ sched/event/event_post.c | 2 ++ sched/event/event_reset.c | 2 ++ sched/event/event_wait.c | 2 ++ sched/group/CMakeLists.txt | 2 ++ sched/group/Make.defs | 2 ++ sched/group/group.h | 2 ++ sched/group/group_argvstr.c | 2 ++ sched/group/group_childstatus.c | 2 ++ sched/group/group_continue.c | 2 ++ sched/group/group_create.c | 2 ++ sched/group/group_exitinfo.c | 2 ++ sched/group/group_foreachchild.c | 2 ++ sched/group/group_free.c | 2 ++ sched/group/group_getegid.c | 2 ++ sched/group/group_geteuid.c | 2 ++ sched/group/group_getgid.c | 2 ++ sched/group/group_getuid.c | 2 ++ sched/group/group_join.c | 2 ++ sched/group/group_killchildren.c | 2 ++ sched/group/group_leave.c | 2 ++ sched/group/group_malloc.c | 2 ++ sched/group/group_realloc.c | 2 ++ sched/group/group_setegid.c | 2 ++ sched/group/group_seteuid.c | 2 ++ sched/group/group_setgid.c | 2 ++ sched/group/group_setuid.c | 2 ++ sched/group/group_setupidlefiles.c | 2 ++ sched/group/group_setuptaskfiles.c | 2 ++ sched/group/group_signal.c | 2 ++ sched/group/group_suspendchildren.c | 2 ++ sched/group/group_waiter.c | 2 ++ sched/group/group_zalloc.c | 2 ++ sched/init/CMakeLists.txt | 2 ++ sched/init/Make.defs | 2 ++ sched/init/init.h | 2 ++ sched/init/nx_bringup.c | 2 ++ sched/init/nx_smpstart.c | 2 ++ sched/init/nx_start.c | 2 ++ sched/instrument/CMakeLists.txt | 2 ++ sched/instrument/Make.defs | 2 ++ sched/instrument/instrument.c | 2 ++ sched/instrument/instrument.h | 2 ++ sched/instrument/stack_record.c | 2 ++ sched/irq/CMakeLists.txt | 2 ++ sched/irq/Make.defs | 2 ++ sched/irq/irq.h | 2 ++ sched/irq/irq_attach.c | 2 ++ sched/irq/irq_attach_thread.c | 2 ++ sched/irq/irq_attach_wqueue.c | 2 ++ sched/irq/irq_chain.c | 2 ++ sched/irq/irq_csection.c | 2 ++ sched/irq/irq_dispatch.c | 2 ++ sched/irq/irq_foreach.c | 2 ++ sched/irq/irq_initialize.c | 2 ++ sched/irq/irq_procfs.c | 2 ++ sched/irq/irq_spinlock.c | 2 ++ sched/irq/irq_unexpectedisr.c | 2 ++ sched/misc/CMakeLists.txt | 2 ++ sched/misc/Make.defs | 2 ++ sched/misc/assert.c | 2 ++ sched/misc/coredump.c | 2 ++ sched/misc/deadlock.c | 2 ++ sched/misc/panic_notifier.c | 2 ++ sched/misc/reboot_notifier.c | 2 ++ sched/module/CMakeLists.txt | 2 ++ sched/module/Make.defs | 2 ++ sched/module/mod_insmod.c | 2 ++ sched/module/mod_modhandle.c | 2 ++ sched/module/mod_modsym.c | 2 ++ sched/module/mod_procfs.c | 2 ++ sched/module/mod_rmmod.c | 2 ++ sched/mqueue/CMakeLists.txt | 2 ++ sched/mqueue/Make.defs | 2 ++ sched/mqueue/mq_getattr.c | 2 ++ sched/mqueue/mq_initialize.c | 2 ++ sched/mqueue/mq_msgfree.c | 2 ++ sched/mqueue/mq_msgqalloc.c | 2 ++ sched/mqueue/mq_msgqfree.c | 2 ++ sched/mqueue/mq_notify.c | 2 ++ sched/mqueue/mq_rcvinternal.c | 2 ++ sched/mqueue/mq_receive.c | 2 ++ sched/mqueue/mq_recover.c | 2 ++ sched/mqueue/mq_send.c | 2 ++ sched/mqueue/mq_setattr.c | 2 ++ sched/mqueue/mq_sndinternal.c | 2 ++ sched/mqueue/mq_timedreceive.c | 2 ++ sched/mqueue/mq_timedsend.c | 2 ++ sched/mqueue/mq_waitirq.c | 2 ++ sched/mqueue/mqueue.h | 2 ++ sched/mqueue/msg.h | 2 ++ sched/mqueue/msgctl.c | 2 ++ sched/mqueue/msgget.c | 2 ++ sched/mqueue/msginternal.c | 2 ++ sched/mqueue/msgrcv.c | 2 ++ sched/mqueue/msgsnd.c | 2 ++ sched/paging/CMakeLists.txt | 2 ++ sched/paging/Make.defs | 2 ++ sched/paging/paging.h | 2 ++ sched/paging/pg_miss.c | 2 ++ sched/paging/pg_worker.c | 2 ++ sched/pthread/CMakeLists.txt | 2 ++ sched/pthread/Make.defs | 2 ++ sched/pthread/pthread.h | 2 ++ sched/pthread/pthread_barrierwait.c | 2 ++ sched/pthread/pthread_cancel.c | 2 ++ sched/pthread/pthread_completejoin.c | 2 ++ sched/pthread/pthread_condbroadcast.c | 2 ++ sched/pthread/pthread_condclockwait.c | 2 ++ sched/pthread/pthread_condsignal.c | 2 ++ sched/pthread/pthread_condwait.c | 2 ++ sched/pthread/pthread_create.c | 2 ++ sched/pthread/pthread_detach.c | 2 ++ sched/pthread/pthread_exit.c | 2 ++ sched/pthread/pthread_findjoininfo.c | 2 ++ sched/pthread/pthread_getaffinity.c | 2 ++ sched/pthread/pthread_getschedparam.c | 2 ++ sched/pthread/pthread_join.c | 2 ++ sched/pthread/pthread_mutex.c | 2 ++ sched/pthread/pthread_mutexconsistent.c | 2 ++ sched/pthread/pthread_mutexdestroy.c | 2 ++ sched/pthread/pthread_mutexinconsistent.c | 2 ++ sched/pthread/pthread_mutexinit.c | 2 ++ sched/pthread/pthread_mutextimedlock.c | 2 ++ sched/pthread/pthread_mutextrylock.c | 2 ++ sched/pthread/pthread_mutexunlock.c | 2 ++ sched/pthread/pthread_release.c | 2 ++ sched/pthread/pthread_sem.c | 2 ++ sched/pthread/pthread_setaffinity.c | 2 ++ sched/pthread/pthread_setschedparam.c | 2 ++ sched/pthread/pthread_setschedprio.c | 2 ++ sched/pthread/pthread_sigmask.c | 2 ++ sched/sched/CMakeLists.txt | 2 ++ sched/sched/Make.defs | 2 ++ sched/sched/sched.h | 2 ++ sched/sched/sched_addblocked.c | 2 ++ sched/sched/sched_addprioritized.c | 2 ++ sched/sched/sched_addreadytorun.c | 2 ++ sched/sched/sched_backtrace.c | 2 ++ sched/sched/sched_cpuload.c | 2 ++ sched/sched/sched_cpuload_oneshot.c | 2 ++ sched/sched/sched_cpuload_period.c | 2 ++ sched/sched/sched_cpupause.c | 2 ++ sched/sched/sched_cpuselect.c | 2 ++ sched/sched/sched_critmonitor.c | 2 ++ sched/sched/sched_dumponexit.c | 2 ++ sched/sched/sched_foreach.c | 2 ++ sched/sched/sched_get_stackinfo.c | 2 ++ sched/sched/sched_get_stateinfo.c | 2 ++ sched/sched/sched_get_tls.c | 2 ++ sched/sched/sched_getaffinity.c | 2 ++ sched/sched/sched_getcpu.c | 2 ++ sched/sched/sched_getfiles.c | 2 ++ sched/sched/sched_getparam.c | 2 ++ sched/sched/sched_getscheduler.c | 2 ++ sched/sched/sched_gettcb.c | 2 ++ sched/sched/sched_idletask.c | 2 ++ sched/sched/sched_lock.c | 2 ++ sched/sched/sched_lockcount.c | 2 ++ sched/sched/sched_mergepending.c | 2 ++ sched/sched/sched_mergeprioritized.c | 2 ++ sched/sched/sched_processtimer.c | 2 ++ sched/sched/sched_releasetcb.c | 2 ++ sched/sched/sched_removeblocked.c | 2 ++ sched/sched/sched_removereadytorun.c | 2 ++ sched/sched/sched_reprioritize.c | 2 ++ sched/sched/sched_reprioritizertr.c | 2 ++ sched/sched/sched_resumescheduler.c | 2 ++ sched/sched/sched_roundrobin.c | 2 ++ sched/sched/sched_rrgetinterval.c | 2 ++ sched/sched/sched_self.c | 2 ++ sched/sched/sched_setaffinity.c | 2 ++ sched/sched/sched_setparam.c | 2 ++ sched/sched/sched_setpriority.c | 2 ++ sched/sched/sched_setscheduler.c | 2 ++ sched/sched/sched_smp.c | 2 ++ sched/sched/sched_sporadic.c | 2 ++ sched/sched/sched_suspend.c | 2 ++ sched/sched/sched_suspendscheduler.c | 2 ++ sched/sched/sched_sysinfo.c | 2 ++ sched/sched/sched_timerexpiration.c | 2 ++ sched/sched/sched_unlock.c | 2 ++ sched/sched/sched_verifytcb.c | 2 ++ sched/sched/sched_wait.c | 2 ++ sched/sched/sched_waitid.c | 2 ++ sched/sched/sched_waitpid.c | 2 ++ sched/sched/sched_yield.c | 2 ++ sched/semaphore/CMakeLists.txt | 2 ++ sched/semaphore/Make.defs | 2 ++ sched/semaphore/sem_clockwait.c | 2 ++ sched/semaphore/sem_destroy.c | 2 ++ sched/semaphore/sem_holder.c | 2 ++ sched/semaphore/sem_initialize.c | 2 ++ sched/semaphore/sem_post.c | 2 ++ sched/semaphore/sem_protect.c | 2 ++ sched/semaphore/sem_recover.c | 2 ++ sched/semaphore/sem_reset.c | 2 ++ sched/semaphore/sem_rw.c | 2 ++ sched/semaphore/sem_setprotocol.c | 2 ++ sched/semaphore/sem_tickwait.c | 2 ++ sched/semaphore/sem_timedwait.c | 2 ++ sched/semaphore/sem_timeout.c | 2 ++ sched/semaphore/sem_trywait.c | 2 ++ sched/semaphore/sem_wait.c | 2 ++ sched/semaphore/sem_waitirq.c | 2 ++ sched/semaphore/semaphore.h | 2 ++ sched/signal/CMakeLists.txt | 2 ++ sched/signal/Make.defs | 2 ++ sched/signal/sig_action.c | 2 ++ sched/signal/sig_allocpendingsigaction.c | 2 ++ sched/signal/sig_cleanup.c | 2 ++ sched/signal/sig_default.c | 2 ++ sched/signal/sig_deliver.c | 2 ++ sched/signal/sig_dispatch.c | 2 ++ sched/signal/sig_findaction.c | 2 ++ sched/signal/sig_initialize.c | 2 ++ sched/signal/sig_kill.c | 2 ++ sched/signal/sig_lowest.c | 2 ++ sched/signal/sig_nanosleep.c | 2 ++ sched/signal/sig_notification.c | 2 ++ sched/signal/sig_pause.c | 2 ++ sched/signal/sig_pending.c | 2 ++ sched/signal/sig_ppoll.c | 2 ++ sched/signal/sig_procmask.c | 2 ++ sched/signal/sig_pselect.c | 2 ++ sched/signal/sig_queue.c | 2 ++ sched/signal/sig_releasependingsigaction.c | 2 ++ sched/signal/sig_releasependingsignal.c | 2 ++ sched/signal/sig_removependingsignal.c | 2 ++ sched/signal/sig_sleep.c | 2 ++ sched/signal/sig_suspend.c | 2 ++ sched/signal/sig_tgkill.c | 2 ++ sched/signal/sig_timedwait.c | 2 ++ sched/signal/sig_unmaskpendingsignal.c | 2 ++ sched/signal/sig_usleep.c | 2 ++ sched/signal/sig_waitinfo.c | 2 ++ sched/signal/signal.h | 2 ++ sched/task/CMakeLists.txt | 2 ++ sched/task/Make.defs | 2 ++ sched/task/exit.c | 2 ++ sched/task/spawn.h | 2 ++ sched/task/task.h | 2 ++ sched/task/task_activate.c | 2 ++ sched/task/task_cancelpt.c | 2 ++ sched/task/task_create.c | 2 ++ sched/task/task_delete.c | 2 ++ sched/task/task_execve.c | 2 ++ sched/task/task_exit.c | 2 ++ sched/task/task_exithook.c | 2 ++ sched/task/task_fork.c | 2 ++ sched/task/task_getgroup.c | 2 ++ sched/task/task_getpid.c | 2 ++ sched/task/task_getppid.c | 2 ++ sched/task/task_gettid.c | 2 ++ sched/task/task_init.c | 2 ++ sched/task/task_join.c | 2 ++ sched/task/task_posixspawn.c | 2 ++ sched/task/task_prctl.c | 2 ++ sched/task/task_recover.c | 2 ++ sched/task/task_reparent.c | 2 ++ sched/task/task_restart.c | 2 ++ sched/task/task_setup.c | 2 ++ sched/task/task_spawn.c | 2 ++ sched/task/task_spawnparms.c | 2 ++ sched/task/task_start.c | 2 ++ sched/task/task_starthook.c | 2 ++ sched/task/task_terminate.c | 2 ++ sched/timer/CMakeLists.txt | 2 ++ sched/timer/Make.defs | 2 ++ sched/timer/timer.h | 2 ++ sched/timer/timer_create.c | 2 ++ sched/timer/timer_delete.c | 2 ++ sched/timer/timer_getitimer.c | 2 ++ sched/timer/timer_getoverrun.c | 2 ++ sched/timer/timer_gettime.c | 2 ++ sched/timer/timer_initialize.c | 2 ++ sched/timer/timer_release.c | 2 ++ sched/timer/timer_setitimer.c | 2 ++ sched/timer/timer_settime.c | 2 ++ sched/tls/CMakeLists.txt | 2 ++ sched/tls/Make.defs | 2 ++ sched/tls/task_initinfo.c | 2 ++ sched/tls/task_uninitinfo.c | 2 ++ sched/tls/tls.h | 2 ++ sched/tls/tls_dupinfo.c | 2 ++ sched/tls/tls_initinfo.c | 2 ++ sched/wdog/CMakeLists.txt | 2 ++ sched/wdog/Make.defs | 2 ++ sched/wdog/wd_cancel.c | 2 ++ sched/wdog/wd_gettime.c | 2 ++ sched/wdog/wd_initialize.c | 2 ++ sched/wdog/wd_recover.c | 2 ++ sched/wdog/wd_start.c | 2 ++ sched/wdog/wdog.h | 2 ++ sched/wqueue/CMakeLists.txt | 2 ++ sched/wqueue/Make.defs | 2 ++ sched/wqueue/kwork_cancel.c | 2 ++ sched/wqueue/kwork_inherit.c | 2 ++ sched/wqueue/kwork_notifier.c | 2 ++ sched/wqueue/kwork_queue.c | 2 ++ sched/wqueue/kwork_thread.c | 2 ++ sched/wqueue/wqueue.h | 2 ++ 340 files changed, 680 insertions(+) diff --git a/sched/CMakeLists.txt b/sched/CMakeLists.txt index cc8dcfc3a68..55ededf5655 100644 --- a/sched/CMakeLists.txt +++ b/sched/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/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/sched/Makefile b/sched/Makefile index c1617a2fdac..92989e81253 100644 --- a/sched/Makefile +++ b/sched/Makefile @@ -1,6 +1,8 @@ ############################################################################ # sched/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/sched/addrenv/CMakeLists.txt b/sched/addrenv/CMakeLists.txt index 190eaf23bd3..7ead19c0278 100644 --- a/sched/addrenv/CMakeLists.txt +++ b/sched/addrenv/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/addrenv/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/sched/addrenv/Make.defs b/sched/addrenv/Make.defs index e221ea1c97f..d9f87490ed5 100644 --- a/sched/addrenv/Make.defs +++ b/sched/addrenv/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/addrenv/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/sched/addrenv/addrenv.c b/sched/addrenv/addrenv.c index 6bf39ae4b6c..64c3d2b37b8 100644 --- a/sched/addrenv/addrenv.c +++ b/sched/addrenv/addrenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/addrenv/addrenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/CMakeLists.txt b/sched/clock/CMakeLists.txt index 551f1aa1b0a..a2a7a86043c 100644 --- a/sched/clock/CMakeLists.txt +++ b/sched/clock/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/clock/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/sched/clock/Make.defs b/sched/clock/Make.defs index 66439b46037..789a4370c9e 100644 --- a/sched/clock/Make.defs +++ b/sched/clock/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/clock/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/sched/clock/clock.c b/sched/clock/clock.c index d8224ade150..8f1c20f415e 100644 --- a/sched/clock/clock.c +++ b/sched/clock/clock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock.h b/sched/clock/clock.h index c42147807d3..8899978ee1b 100644 --- a/sched/clock/clock.h +++ b/sched/clock/clock.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock.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/sched/clock/clock_abstime2ticks.c b/sched/clock/clock_abstime2ticks.c index 592db13a97f..83eafd20814 100644 --- a/sched/clock/clock_abstime2ticks.c +++ b/sched/clock/clock_abstime2ticks.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_abstime2ticks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_adjtime.c b/sched/clock/clock_adjtime.c index ea021949187..3244ad59d6e 100644 --- a/sched/clock/clock_adjtime.c +++ b/sched/clock/clock_adjtime.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_adjtime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_dow.c b/sched/clock/clock_dow.c index dd111432fbb..8f84ed4c6c7 100644 --- a/sched/clock/clock_dow.c +++ b/sched/clock/clock_dow.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_dow.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_gettime.c b/sched/clock/clock_gettime.c index bfd2045ba68..99502db1d66 100644 --- a/sched/clock/clock_gettime.c +++ b/sched/clock/clock_gettime.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_gettime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_initialize.c b/sched/clock/clock_initialize.c index c6933d987c4..8d53f233dc2 100644 --- a/sched/clock/clock_initialize.c +++ b/sched/clock/clock_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_perf.c b/sched/clock/clock_perf.c index ab45d000ebb..a4c39aafb95 100644 --- a/sched/clock/clock_perf.c +++ b/sched/clock/clock_perf.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_perf.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_settime.c b/sched/clock/clock_settime.c index e8614fb2fbf..0a7d8fcdcfb 100644 --- a/sched/clock/clock_settime.c +++ b/sched/clock/clock_settime.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_settime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_systime_ticks.c b/sched/clock/clock_systime_ticks.c index 067772194e0..b0293c20da5 100644 --- a/sched/clock/clock_systime_ticks.c +++ b/sched/clock/clock_systime_ticks.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_systime_ticks.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_systime_timespec.c b/sched/clock/clock_systime_timespec.c index 567f18a55e0..c58978a96d4 100644 --- a/sched/clock/clock_systime_timespec.c +++ b/sched/clock/clock_systime_timespec.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_systime_timespec.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_timekeeping.c b/sched/clock/clock_timekeeping.c index a16420a8595..79cdb2f79cf 100644 --- a/sched/clock/clock_timekeeping.c +++ b/sched/clock/clock_timekeeping.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_timekeeping.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/clock/clock_timekeeping.h b/sched/clock/clock_timekeeping.h index 3b76c880db9..47caa44f887 100644 --- a/sched/clock/clock_timekeeping.h +++ b/sched/clock/clock_timekeeping.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/clock/clock_timekeeping.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/sched/environ/CMakeLists.txt b/sched/environ/CMakeLists.txt index d93c15c9418..5e891a24ce4 100644 --- a/sched/environ/CMakeLists.txt +++ b/sched/environ/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/environ/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/sched/environ/Make.defs b/sched/environ/Make.defs index 4268da11ab6..cdd62cf7288 100644 --- a/sched/environ/Make.defs +++ b/sched/environ/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/environ/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/sched/environ/env_clearenv.c b/sched/environ/env_clearenv.c index 8178c3b0126..baed11bd223 100644 --- a/sched/environ/env_clearenv.c +++ b/sched/environ/env_clearenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_clearenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_dup.c b/sched/environ/env_dup.c index 389284b9a42..ee45aae037e 100644 --- a/sched/environ/env_dup.c +++ b/sched/environ/env_dup.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_dup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_findvar.c b/sched/environ/env_findvar.c index e5298843006..0a2f5413420 100644 --- a/sched/environ/env_findvar.c +++ b/sched/environ/env_findvar.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_findvar.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_foreach.c b/sched/environ/env_foreach.c index 04a5755967b..5569bc2ca25 100644 --- a/sched/environ/env_foreach.c +++ b/sched/environ/env_foreach.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_foreach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_getenv.c b/sched/environ/env_getenv.c index 768960dbd58..0e45c336bed 100644 --- a/sched/environ/env_getenv.c +++ b/sched/environ/env_getenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_getenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_getenvironptr.c b/sched/environ/env_getenvironptr.c index acf633140d0..d1e930f566e 100644 --- a/sched/environ/env_getenvironptr.c +++ b/sched/environ/env_getenvironptr.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_getenvironptr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_putenv.c b/sched/environ/env_putenv.c index 7ec3be42493..ce70af47bff 100644 --- a/sched/environ/env_putenv.c +++ b/sched/environ/env_putenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_putenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_release.c b/sched/environ/env_release.c index 9b041aa7a39..6ada8bf7908 100644 --- a/sched/environ/env_release.c +++ b/sched/environ/env_release.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_release.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_removevar.c b/sched/environ/env_removevar.c index 7ff4707ee93..5a08042ac4e 100644 --- a/sched/environ/env_removevar.c +++ b/sched/environ/env_removevar.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_removevar.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_setenv.c b/sched/environ/env_setenv.c index bc86fe90fce..d1c36815fe8 100644 --- a/sched/environ/env_setenv.c +++ b/sched/environ/env_setenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_setenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/env_unsetenv.c b/sched/environ/env_unsetenv.c index 8e18b29229f..87f24603f0c 100644 --- a/sched/environ/env_unsetenv.c +++ b/sched/environ/env_unsetenv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/env_unsetenv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/environ/environ.h b/sched/environ/environ.h index e1846116dbf..5035c812c9c 100644 --- a/sched/environ/environ.h +++ b/sched/environ/environ.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/environ/environ.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/sched/event/CMakeLists.txt b/sched/event/CMakeLists.txt index 7c0247ba75e..e983c410eee 100644 --- a/sched/event/CMakeLists.txt +++ b/sched/event/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/event/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/sched/event/Make.defs b/sched/event/Make.defs index 1bea8ac25ee..84eb3888d2f 100644 --- a/sched/event/Make.defs +++ b/sched/event/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/event/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/sched/event/event.h b/sched/event/event.h index 461f252d1c3..d1a0971882f 100644 --- a/sched/event/event.h +++ b/sched/event/event.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/event/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/sched/event/event_destroy.c b/sched/event/event_destroy.c index 9ec496bf30f..247581135c4 100644 --- a/sched/event/event_destroy.c +++ b/sched/event/event_destroy.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/event/event_destroy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/event/event_init.c b/sched/event/event_init.c index 495904cef71..5d93b81f537 100644 --- a/sched/event/event_init.c +++ b/sched/event/event_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/event/event_init.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/event/event_post.c b/sched/event/event_post.c index eebbff843ab..412770fdd82 100644 --- a/sched/event/event_post.c +++ b/sched/event/event_post.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/event/event_post.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/event/event_reset.c b/sched/event/event_reset.c index 595cd0a09ab..4d3642da4ca 100644 --- a/sched/event/event_reset.c +++ b/sched/event/event_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/event/event_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/event/event_wait.c b/sched/event/event_wait.c index fa8c73ca8ef..7ebea08de92 100644 --- a/sched/event/event_wait.c +++ b/sched/event/event_wait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/event/event_wait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/CMakeLists.txt b/sched/group/CMakeLists.txt index 3ec2de2a9ef..d613cf143b2 100644 --- a/sched/group/CMakeLists.txt +++ b/sched/group/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/group/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/sched/group/Make.defs b/sched/group/Make.defs index e7f773de341..bf55c320c5e 100644 --- a/sched/group/Make.defs +++ b/sched/group/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/group/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/sched/group/group.h b/sched/group/group.h index 3ce0a8947a5..69831ead8ab 100644 --- a/sched/group/group.h +++ b/sched/group/group.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group.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/sched/group/group_argvstr.c b/sched/group/group_argvstr.c index ab40dc84bbe..e855c64886a 100644 --- a/sched/group/group_argvstr.c +++ b/sched/group/group_argvstr.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_argvstr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_childstatus.c b/sched/group/group_childstatus.c index dfc3a0bd886..315c7fc8795 100644 --- a/sched/group/group_childstatus.c +++ b/sched/group/group_childstatus.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_childstatus.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_continue.c b/sched/group/group_continue.c index 542b6beddcb..1d7be075a9c 100644 --- a/sched/group/group_continue.c +++ b/sched/group/group_continue.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_continue.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_create.c b/sched/group/group_create.c index ce9a1eed1a5..bbeb77e5cce 100644 --- a/sched/group/group_create.c +++ b/sched/group/group_create.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_create.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_exitinfo.c b/sched/group/group_exitinfo.c index 876c65a1031..22987a76b47 100644 --- a/sched/group/group_exitinfo.c +++ b/sched/group/group_exitinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_exitinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_foreachchild.c b/sched/group/group_foreachchild.c index 1fd38bac3b6..a0cf1f25458 100644 --- a/sched/group/group_foreachchild.c +++ b/sched/group/group_foreachchild.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_foreachchild.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_free.c b/sched/group/group_free.c index 9b6e8dc38f1..993e578f2c3 100644 --- a/sched/group/group_free.c +++ b/sched/group/group_free.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_free.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_getegid.c b/sched/group/group_getegid.c index 0d4d070b4ba..2e546c237ba 100644 --- a/sched/group/group_getegid.c +++ b/sched/group/group_getegid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_getegid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_geteuid.c b/sched/group/group_geteuid.c index 7bf2b7e6243..ddc72d52c9d 100644 --- a/sched/group/group_geteuid.c +++ b/sched/group/group_geteuid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_geteuid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_getgid.c b/sched/group/group_getgid.c index b5d25dfd7f6..d88c61766fe 100644 --- a/sched/group/group_getgid.c +++ b/sched/group/group_getgid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_getgid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_getuid.c b/sched/group/group_getuid.c index 41103afeafc..b99e4a14869 100644 --- a/sched/group/group_getuid.c +++ b/sched/group/group_getuid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_getuid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_join.c b/sched/group/group_join.c index 25a72c45cf0..941d8a58666 100644 --- a/sched/group/group_join.c +++ b/sched/group/group_join.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_join.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_killchildren.c b/sched/group/group_killchildren.c index 5c443962841..f72c3f81cba 100644 --- a/sched/group/group_killchildren.c +++ b/sched/group/group_killchildren.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_killchildren.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_leave.c b/sched/group/group_leave.c index 193e364b0c6..8069f94c8b4 100644 --- a/sched/group/group_leave.c +++ b/sched/group/group_leave.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_leave.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_malloc.c b/sched/group/group_malloc.c index 261e1eb69cd..25a7ff27751 100644 --- a/sched/group/group_malloc.c +++ b/sched/group/group_malloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_malloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_realloc.c b/sched/group/group_realloc.c index 04c41402391..2b6bc0c3919 100644 --- a/sched/group/group_realloc.c +++ b/sched/group/group_realloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_realloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_setegid.c b/sched/group/group_setegid.c index 95b570b3ea4..ac5dee2d7f9 100644 --- a/sched/group/group_setegid.c +++ b/sched/group/group_setegid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_setegid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_seteuid.c b/sched/group/group_seteuid.c index 73c9c577acb..b306f9a58b2 100644 --- a/sched/group/group_seteuid.c +++ b/sched/group/group_seteuid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_seteuid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_setgid.c b/sched/group/group_setgid.c index e5a4b8ebf07..2fc0b423148 100644 --- a/sched/group/group_setgid.c +++ b/sched/group/group_setgid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_setgid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_setuid.c b/sched/group/group_setuid.c index 0a993ed3190..46cf4f8b16f 100644 --- a/sched/group/group_setuid.c +++ b/sched/group/group_setuid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_setuid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_setupidlefiles.c b/sched/group/group_setupidlefiles.c index 2a670966f4b..94218cbfcb0 100644 --- a/sched/group/group_setupidlefiles.c +++ b/sched/group/group_setupidlefiles.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_setupidlefiles.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_setuptaskfiles.c b/sched/group/group_setuptaskfiles.c index 8b4b07e49d7..7cc2f7302f6 100644 --- a/sched/group/group_setuptaskfiles.c +++ b/sched/group/group_setuptaskfiles.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_setuptaskfiles.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_signal.c b/sched/group/group_signal.c index c50f66c36da..94f3fd27ae9 100644 --- a/sched/group/group_signal.c +++ b/sched/group/group_signal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_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/sched/group/group_suspendchildren.c b/sched/group/group_suspendchildren.c index 947ccaf7e65..06d9d584531 100644 --- a/sched/group/group_suspendchildren.c +++ b/sched/group/group_suspendchildren.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_suspendchildren.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_waiter.c b/sched/group/group_waiter.c index 0f203a951c9..8366bb1cdbe 100644 --- a/sched/group/group_waiter.c +++ b/sched/group/group_waiter.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_waiter.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/group/group_zalloc.c b/sched/group/group_zalloc.c index 7df73329d1a..1194c6d9f59 100644 --- a/sched/group/group_zalloc.c +++ b/sched/group/group_zalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/group/group_zalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/init/CMakeLists.txt b/sched/init/CMakeLists.txt index dec8aaf6503..f028952dd1a 100644 --- a/sched/init/CMakeLists.txt +++ b/sched/init/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/init/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/sched/init/Make.defs b/sched/init/Make.defs index e38e6f70edd..88fcc52b92b 100644 --- a/sched/init/Make.defs +++ b/sched/init/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/init/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/sched/init/init.h b/sched/init/init.h index 31d33577288..bc33a77d891 100644 --- a/sched/init/init.h +++ b/sched/init/init.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/init/init.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/sched/init/nx_bringup.c b/sched/init/nx_bringup.c index 1affea836e6..e3601c472ca 100644 --- a/sched/init/nx_bringup.c +++ b/sched/init/nx_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/init/nx_bringup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/init/nx_smpstart.c b/sched/init/nx_smpstart.c index 10a3666f8eb..60bceba3b1a 100644 --- a/sched/init/nx_smpstart.c +++ b/sched/init/nx_smpstart.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/init/nx_smpstart.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/init/nx_start.c b/sched/init/nx_start.c index 9e3c0720676..4bf9969d4c5 100644 --- a/sched/init/nx_start.c +++ b/sched/init/nx_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/init/nx_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/instrument/CMakeLists.txt b/sched/instrument/CMakeLists.txt index 08c4f1a34cc..e7c38b5eff0 100644 --- a/sched/instrument/CMakeLists.txt +++ b/sched/instrument/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/instrument/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/sched/instrument/Make.defs b/sched/instrument/Make.defs index 7f86322c8fd..9ff4e9eac15 100644 --- a/sched/instrument/Make.defs +++ b/sched/instrument/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/instrument/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/sched/instrument/instrument.c b/sched/instrument/instrument.c index a9581fd26e4..87f33405e36 100644 --- a/sched/instrument/instrument.c +++ b/sched/instrument/instrument.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/instrument/instrument.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/instrument/instrument.h b/sched/instrument/instrument.h index 10a50082d85..945b09b9dee 100644 --- a/sched/instrument/instrument.h +++ b/sched/instrument/instrument.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/instrument/instrument.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/sched/instrument/stack_record.c b/sched/instrument/stack_record.c index 69b1a0ffe12..729e0d58607 100644 --- a/sched/instrument/stack_record.c +++ b/sched/instrument/stack_record.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/instrument/stack_record.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/CMakeLists.txt b/sched/irq/CMakeLists.txt index 317caec7fa3..93f5cbee097 100644 --- a/sched/irq/CMakeLists.txt +++ b/sched/irq/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/irq/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/sched/irq/Make.defs b/sched/irq/Make.defs index 6eda8cb583d..189f87ce000 100644 --- a/sched/irq/Make.defs +++ b/sched/irq/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/irq/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/sched/irq/irq.h b/sched/irq/irq.h index 03bcb725d5b..7a394ec6cb9 100644 --- a/sched/irq/irq.h +++ b/sched/irq/irq.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq.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/sched/irq/irq_attach.c b/sched/irq/irq_attach.c index ba561209104..93097ef9629 100644 --- a/sched/irq/irq_attach.c +++ b/sched/irq/irq_attach.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_attach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_attach_thread.c b/sched/irq/irq_attach_thread.c index 6af7aae611e..16c8e5fcbca 100644 --- a/sched/irq/irq_attach_thread.c +++ b/sched/irq/irq_attach_thread.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_attach_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/sched/irq/irq_attach_wqueue.c b/sched/irq/irq_attach_wqueue.c index bc979050d51..560c5d81cf2 100644 --- a/sched/irq/irq_attach_wqueue.c +++ b/sched/irq/irq_attach_wqueue.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_attach_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/sched/irq/irq_chain.c b/sched/irq/irq_chain.c index 648ee83947b..0a3e4e0cb96 100644 --- a/sched/irq/irq_chain.c +++ b/sched/irq/irq_chain.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_chain.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_csection.c b/sched/irq/irq_csection.c index 0ca55170a74..ef7629f8af6 100644 --- a/sched/irq/irq_csection.c +++ b/sched/irq/irq_csection.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_csection.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_dispatch.c b/sched/irq/irq_dispatch.c index 55732248aeb..9ac38830827 100644 --- a/sched/irq/irq_dispatch.c +++ b/sched/irq/irq_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_dispatch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_foreach.c b/sched/irq/irq_foreach.c index cb2d40786f2..edfd2ff660b 100644 --- a/sched/irq/irq_foreach.c +++ b/sched/irq/irq_foreach.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_foreach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_initialize.c b/sched/irq/irq_initialize.c index ec4bb44caa2..70316a6a171 100644 --- a/sched/irq/irq_initialize.c +++ b/sched/irq/irq_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_procfs.c b/sched/irq/irq_procfs.c index bc878fa9f2e..a9fc8230375 100644 --- a/sched/irq/irq_procfs.c +++ b/sched/irq/irq_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_procfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_spinlock.c b/sched/irq/irq_spinlock.c index aff6dd07fb9..c2e756470a7 100644 --- a/sched/irq/irq_spinlock.c +++ b/sched/irq/irq_spinlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_spinlock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/irq/irq_unexpectedisr.c b/sched/irq/irq_unexpectedisr.c index 2912cd534e2..2976f02a8d3 100644 --- a/sched/irq/irq_unexpectedisr.c +++ b/sched/irq/irq_unexpectedisr.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/irq/irq_unexpectedisr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/misc/CMakeLists.txt b/sched/misc/CMakeLists.txt index a8eee418cb8..d9afdf25ed9 100644 --- a/sched/misc/CMakeLists.txt +++ b/sched/misc/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/misc/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/sched/misc/Make.defs b/sched/misc/Make.defs index ca27b7405c1..c105d79f96d 100644 --- a/sched/misc/Make.defs +++ b/sched/misc/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/misc/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/sched/misc/assert.c b/sched/misc/assert.c index 3d17c8b3fc8..598466f74e4 100644 --- a/sched/misc/assert.c +++ b/sched/misc/assert.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/misc/assert.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/misc/coredump.c b/sched/misc/coredump.c index 6a56762d330..9fc3427da82 100644 --- a/sched/misc/coredump.c +++ b/sched/misc/coredump.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/misc/coredump.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/misc/deadlock.c b/sched/misc/deadlock.c index 3bfae745852..bec9de9841d 100644 --- a/sched/misc/deadlock.c +++ b/sched/misc/deadlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/misc/deadlock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/misc/panic_notifier.c b/sched/misc/panic_notifier.c index 0cb67930b47..329c581e0b9 100644 --- a/sched/misc/panic_notifier.c +++ b/sched/misc/panic_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/misc/panic_notifier.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/misc/reboot_notifier.c b/sched/misc/reboot_notifier.c index 616efbeb27e..9f77a0088d3 100644 --- a/sched/misc/reboot_notifier.c +++ b/sched/misc/reboot_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/misc/reboot_notifier.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/module/CMakeLists.txt b/sched/module/CMakeLists.txt index 36b252b7148..4acb7e486bb 100644 --- a/sched/module/CMakeLists.txt +++ b/sched/module/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/module/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/sched/module/Make.defs b/sched/module/Make.defs index 1e53325bb12..3c385ce6824 100644 --- a/sched/module/Make.defs +++ b/sched/module/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/module/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/sched/module/mod_insmod.c b/sched/module/mod_insmod.c index 86b0f017a5f..25539f381b8 100644 --- a/sched/module/mod_insmod.c +++ b/sched/module/mod_insmod.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/module/mod_insmod.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/module/mod_modhandle.c b/sched/module/mod_modhandle.c index 623bc208389..13e7c55133c 100644 --- a/sched/module/mod_modhandle.c +++ b/sched/module/mod_modhandle.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/module/mod_modhandle.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/module/mod_modsym.c b/sched/module/mod_modsym.c index 31946a1b482..f5afc7e9dcd 100644 --- a/sched/module/mod_modsym.c +++ b/sched/module/mod_modsym.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/module/mod_modsym.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/module/mod_procfs.c b/sched/module/mod_procfs.c index 1176e6e9399..85938d877a5 100644 --- a/sched/module/mod_procfs.c +++ b/sched/module/mod_procfs.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/module/mod_procfs.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/module/mod_rmmod.c b/sched/module/mod_rmmod.c index 056f4a2b67f..885d2cfcd85 100644 --- a/sched/module/mod_rmmod.c +++ b/sched/module/mod_rmmod.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/module/mod_rmmod.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/CMakeLists.txt b/sched/mqueue/CMakeLists.txt index 4373aff376b..e36f1ddccc5 100644 --- a/sched/mqueue/CMakeLists.txt +++ b/sched/mqueue/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/mqueue/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/sched/mqueue/Make.defs b/sched/mqueue/Make.defs index 0608bf73398..e4ff7a3f883 100644 --- a/sched/mqueue/Make.defs +++ b/sched/mqueue/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/mqueue/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/sched/mqueue/mq_getattr.c b/sched/mqueue/mq_getattr.c index d5ad1297d26..3dc15a7bfe0 100644 --- a/sched/mqueue/mq_getattr.c +++ b/sched/mqueue/mq_getattr.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_getattr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_initialize.c b/sched/mqueue/mq_initialize.c index 933dd2f23b0..2ed75b88070 100644 --- a/sched/mqueue/mq_initialize.c +++ b/sched/mqueue/mq_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_msgfree.c b/sched/mqueue/mq_msgfree.c index bc8fe3c7847..df9522b8064 100644 --- a/sched/mqueue/mq_msgfree.c +++ b/sched/mqueue/mq_msgfree.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_msgfree.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_msgqalloc.c b/sched/mqueue/mq_msgqalloc.c index 68376996f30..a74707fe4c8 100644 --- a/sched/mqueue/mq_msgqalloc.c +++ b/sched/mqueue/mq_msgqalloc.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_msgqalloc.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_msgqfree.c b/sched/mqueue/mq_msgqfree.c index c281f5aa51a..0e756edd1dc 100644 --- a/sched/mqueue/mq_msgqfree.c +++ b/sched/mqueue/mq_msgqfree.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_msgqfree.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_notify.c b/sched/mqueue/mq_notify.c index ab5aa484fea..a218a9d702f 100644 --- a/sched/mqueue/mq_notify.c +++ b/sched/mqueue/mq_notify.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_notify.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_rcvinternal.c b/sched/mqueue/mq_rcvinternal.c index 91c2f9009d7..58f138f5fda 100644 --- a/sched/mqueue/mq_rcvinternal.c +++ b/sched/mqueue/mq_rcvinternal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_rcvinternal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_receive.c b/sched/mqueue/mq_receive.c index 16770d88b9b..1559ae93391 100644 --- a/sched/mqueue/mq_receive.c +++ b/sched/mqueue/mq_receive.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_receive.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_recover.c b/sched/mqueue/mq_recover.c index cb8d7e57d1a..4d099c5d4b2 100644 --- a/sched/mqueue/mq_recover.c +++ b/sched/mqueue/mq_recover.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_recover.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_send.c b/sched/mqueue/mq_send.c index 4ca49d54d5e..952467a3dc5 100644 --- a/sched/mqueue/mq_send.c +++ b/sched/mqueue/mq_send.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_send.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_setattr.c b/sched/mqueue/mq_setattr.c index 9ae36366fc5..5017694d49d 100644 --- a/sched/mqueue/mq_setattr.c +++ b/sched/mqueue/mq_setattr.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_setattr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_sndinternal.c b/sched/mqueue/mq_sndinternal.c index 5b3339c92bd..e034fc44d47 100644 --- a/sched/mqueue/mq_sndinternal.c +++ b/sched/mqueue/mq_sndinternal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_sndinternal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_timedreceive.c b/sched/mqueue/mq_timedreceive.c index 583f4714d9b..36d8f291fcf 100644 --- a/sched/mqueue/mq_timedreceive.c +++ b/sched/mqueue/mq_timedreceive.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_timedreceive.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_timedsend.c b/sched/mqueue/mq_timedsend.c index 5961cb2b806..76a1f31e649 100644 --- a/sched/mqueue/mq_timedsend.c +++ b/sched/mqueue/mq_timedsend.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_timedsend.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mq_waitirq.c b/sched/mqueue/mq_waitirq.c index c784934cff9..db59c721640 100644 --- a/sched/mqueue/mq_waitirq.c +++ b/sched/mqueue/mq_waitirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mq_waitirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/mqueue.h b/sched/mqueue/mqueue.h index a2325dbd7a8..13bd2eb79ed 100644 --- a/sched/mqueue/mqueue.h +++ b/sched/mqueue/mqueue.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/mqueue.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/sched/mqueue/msg.h b/sched/mqueue/msg.h index 7a1c52c1a01..629f5417a52 100644 --- a/sched/mqueue/msg.h +++ b/sched/mqueue/msg.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/msg.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/sched/mqueue/msgctl.c b/sched/mqueue/msgctl.c index ced987f9824..faaf437e2eb 100644 --- a/sched/mqueue/msgctl.c +++ b/sched/mqueue/msgctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/msgctl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/msgget.c b/sched/mqueue/msgget.c index bb768015c88..79bf841524f 100644 --- a/sched/mqueue/msgget.c +++ b/sched/mqueue/msgget.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/msgget.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/msginternal.c b/sched/mqueue/msginternal.c index 712678fb3e7..97dbacfeae8 100644 --- a/sched/mqueue/msginternal.c +++ b/sched/mqueue/msginternal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/msginternal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/msgrcv.c b/sched/mqueue/msgrcv.c index 4a1abb6db97..1a5cb4fec4d 100644 --- a/sched/mqueue/msgrcv.c +++ b/sched/mqueue/msgrcv.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/msgrcv.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/mqueue/msgsnd.c b/sched/mqueue/msgsnd.c index c5dac57e98a..ce783d03c6f 100644 --- a/sched/mqueue/msgsnd.c +++ b/sched/mqueue/msgsnd.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/mqueue/msgsnd.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/paging/CMakeLists.txt b/sched/paging/CMakeLists.txt index 5504143b9d9..e9e7401df36 100644 --- a/sched/paging/CMakeLists.txt +++ b/sched/paging/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/paging/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/sched/paging/Make.defs b/sched/paging/Make.defs index b717d1c25e0..a3cc10c67b1 100644 --- a/sched/paging/Make.defs +++ b/sched/paging/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/paging/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/sched/paging/paging.h b/sched/paging/paging.h index 84caa49b464..86a36aa6240 100644 --- a/sched/paging/paging.h +++ b/sched/paging/paging.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/paging/paging.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/sched/paging/pg_miss.c b/sched/paging/pg_miss.c index 8b10245bc9e..be00f3b6308 100644 --- a/sched/paging/pg_miss.c +++ b/sched/paging/pg_miss.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/paging/pg_miss.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/paging/pg_worker.c b/sched/paging/pg_worker.c index b58da4848d8..7ff1c7c3c30 100644 --- a/sched/paging/pg_worker.c +++ b/sched/paging/pg_worker.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/paging/pg_worker.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/CMakeLists.txt b/sched/pthread/CMakeLists.txt index 2d30f32feec..50418ddff1d 100644 --- a/sched/pthread/CMakeLists.txt +++ b/sched/pthread/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/pthread/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/sched/pthread/Make.defs b/sched/pthread/Make.defs index 6911317c70e..c44e9a02a6b 100644 --- a/sched/pthread/Make.defs +++ b/sched/pthread/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/pthread/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/sched/pthread/pthread.h b/sched/pthread/pthread.h index 869a13606f3..f99c25b94ba 100644 --- a/sched/pthread/pthread.h +++ b/sched/pthread/pthread.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread.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/sched/pthread/pthread_barrierwait.c b/sched/pthread/pthread_barrierwait.c index 169e247da1c..2486c2d70ed 100644 --- a/sched/pthread/pthread_barrierwait.c +++ b/sched/pthread/pthread_barrierwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_barrierwait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_cancel.c b/sched/pthread/pthread_cancel.c index 613a0837cfa..c5aeb744f1f 100644 --- a/sched/pthread/pthread_cancel.c +++ b/sched/pthread/pthread_cancel.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_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/sched/pthread/pthread_completejoin.c b/sched/pthread/pthread_completejoin.c index e7c60e0d8a5..548e7360b51 100644 --- a/sched/pthread/pthread_completejoin.c +++ b/sched/pthread/pthread_completejoin.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_completejoin.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_condbroadcast.c b/sched/pthread/pthread_condbroadcast.c index c85ec8da257..99127716470 100644 --- a/sched/pthread/pthread_condbroadcast.c +++ b/sched/pthread/pthread_condbroadcast.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_condbroadcast.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_condclockwait.c b/sched/pthread/pthread_condclockwait.c index d8afeb605ad..ff557bbe5c1 100644 --- a/sched/pthread/pthread_condclockwait.c +++ b/sched/pthread/pthread_condclockwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_condclockwait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_condsignal.c b/sched/pthread/pthread_condsignal.c index 13044de93e6..eed49a73f4e 100644 --- a/sched/pthread/pthread_condsignal.c +++ b/sched/pthread/pthread_condsignal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_condsignal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_condwait.c b/sched/pthread/pthread_condwait.c index 7bb73c73828..2820c95137a 100644 --- a/sched/pthread/pthread_condwait.c +++ b/sched/pthread/pthread_condwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_condwait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_create.c b/sched/pthread/pthread_create.c index ec0e5f86c2d..2bd4e69f72e 100644 --- a/sched/pthread/pthread_create.c +++ b/sched/pthread/pthread_create.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_create.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_detach.c b/sched/pthread/pthread_detach.c index 9eac0625ded..7b1c3b20795 100644 --- a/sched/pthread/pthread_detach.c +++ b/sched/pthread/pthread_detach.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_detach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_exit.c b/sched/pthread/pthread_exit.c index 946e0eac8a5..039a1805b56 100644 --- a/sched/pthread/pthread_exit.c +++ b/sched/pthread/pthread_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/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/sched/pthread/pthread_findjoininfo.c b/sched/pthread/pthread_findjoininfo.c index 4e9511b58e6..e2f19499588 100644 --- a/sched/pthread/pthread_findjoininfo.c +++ b/sched/pthread/pthread_findjoininfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_findjoininfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_getaffinity.c b/sched/pthread/pthread_getaffinity.c index a4ed14e7075..1d5def8bcea 100644 --- a/sched/pthread/pthread_getaffinity.c +++ b/sched/pthread/pthread_getaffinity.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_getaffinity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_getschedparam.c b/sched/pthread/pthread_getschedparam.c index 73511b37237..794db8614dc 100644 --- a/sched/pthread/pthread_getschedparam.c +++ b/sched/pthread/pthread_getschedparam.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_getschedparam.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_join.c b/sched/pthread/pthread_join.c index 5c39b4a44e7..a64d55d47c3 100644 --- a/sched/pthread/pthread_join.c +++ b/sched/pthread/pthread_join.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_join.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutex.c b/sched/pthread/pthread_mutex.c index 9dace791b37..79223d88a46 100644 --- a/sched/pthread/pthread_mutex.c +++ b/sched/pthread/pthread_mutex.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_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/sched/pthread/pthread_mutexconsistent.c b/sched/pthread/pthread_mutexconsistent.c index a56e6dc436c..8e653b7ac04 100644 --- a/sched/pthread/pthread_mutexconsistent.c +++ b/sched/pthread/pthread_mutexconsistent.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutexconsistent.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutexdestroy.c b/sched/pthread/pthread_mutexdestroy.c index 7191ca2f6ab..bd0841f118c 100644 --- a/sched/pthread/pthread_mutexdestroy.c +++ b/sched/pthread/pthread_mutexdestroy.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutexdestroy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutexinconsistent.c b/sched/pthread/pthread_mutexinconsistent.c index 4b69cfab5c8..c946edfb2e1 100644 --- a/sched/pthread/pthread_mutexinconsistent.c +++ b/sched/pthread/pthread_mutexinconsistent.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutexinconsistent.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutexinit.c b/sched/pthread/pthread_mutexinit.c index 2ba7143f3a3..cdf572a5055 100644 --- a/sched/pthread/pthread_mutexinit.c +++ b/sched/pthread/pthread_mutexinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutexinit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutextimedlock.c b/sched/pthread/pthread_mutextimedlock.c index cd0141f6e2a..997c51a592f 100644 --- a/sched/pthread/pthread_mutextimedlock.c +++ b/sched/pthread/pthread_mutextimedlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutextimedlock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutextrylock.c b/sched/pthread/pthread_mutextrylock.c index 227dfe6352b..75b37afd7bc 100644 --- a/sched/pthread/pthread_mutextrylock.c +++ b/sched/pthread/pthread_mutextrylock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutextrylock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_mutexunlock.c b/sched/pthread/pthread_mutexunlock.c index f2595700ceb..f21c233701d 100644 --- a/sched/pthread/pthread_mutexunlock.c +++ b/sched/pthread/pthread_mutexunlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_mutexunlock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_release.c b/sched/pthread/pthread_release.c index 9693dc4c82c..867b62df98e 100644 --- a/sched/pthread/pthread_release.c +++ b/sched/pthread/pthread_release.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_release.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_sem.c b/sched/pthread/pthread_sem.c index 7d3dc3d1406..cea0e6bfe0c 100644 --- a/sched/pthread/pthread_sem.c +++ b/sched/pthread/pthread_sem.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_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/sched/pthread/pthread_setaffinity.c b/sched/pthread/pthread_setaffinity.c index d383542f21b..9cf3ba965b4 100644 --- a/sched/pthread/pthread_setaffinity.c +++ b/sched/pthread/pthread_setaffinity.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_setaffinity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_setschedparam.c b/sched/pthread/pthread_setschedparam.c index 8ff53e01e84..66d053e0544 100644 --- a/sched/pthread/pthread_setschedparam.c +++ b/sched/pthread/pthread_setschedparam.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_setschedparam.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_setschedprio.c b/sched/pthread/pthread_setschedprio.c index 1e52681cfd6..5c50d5501b8 100644 --- a/sched/pthread/pthread_setschedprio.c +++ b/sched/pthread/pthread_setschedprio.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_setschedprio.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/pthread/pthread_sigmask.c b/sched/pthread/pthread_sigmask.c index 49a979c8b24..b009e3f6c08 100644 --- a/sched/pthread/pthread_sigmask.c +++ b/sched/pthread/pthread_sigmask.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/pthread/pthread_sigmask.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/CMakeLists.txt b/sched/sched/CMakeLists.txt index 51f85506e17..da39f4327e5 100644 --- a/sched/sched/CMakeLists.txt +++ b/sched/sched/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/sched/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/sched/sched/Make.defs b/sched/sched/Make.defs index 0ff392281a8..61c9e6f8e59 100644 --- a/sched/sched/Make.defs +++ b/sched/sched/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/sched/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/sched/sched/sched.h b/sched/sched/sched.h index cfe8e44ca50..8dc6a0a8787 100644 --- a/sched/sched/sched.h +++ b/sched/sched/sched.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched.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/sched/sched/sched_addblocked.c b/sched/sched/sched_addblocked.c index d81575f6999..38cabd81329 100644 --- a/sched/sched/sched_addblocked.c +++ b/sched/sched/sched_addblocked.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_addblocked.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_addprioritized.c b/sched/sched/sched_addprioritized.c index eeab29b0668..8b6be5cf4d0 100644 --- a/sched/sched/sched_addprioritized.c +++ b/sched/sched/sched_addprioritized.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_addprioritized.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_addreadytorun.c b/sched/sched/sched_addreadytorun.c index c43c627021f..055d259a6ed 100644 --- a/sched/sched/sched_addreadytorun.c +++ b/sched/sched/sched_addreadytorun.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_addreadytorun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_backtrace.c b/sched/sched/sched_backtrace.c index 326ecd74702..4e8c6954755 100644 --- a/sched/sched/sched_backtrace.c +++ b/sched/sched/sched_backtrace.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_backtrace.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_cpuload.c b/sched/sched/sched_cpuload.c index 6d46b387d1d..c660a6238b2 100644 --- a/sched/sched/sched_cpuload.c +++ b/sched/sched/sched_cpuload.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_cpuload.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_cpuload_oneshot.c b/sched/sched/sched_cpuload_oneshot.c index cbc64a46d92..d6728ad4f0a 100644 --- a/sched/sched/sched_cpuload_oneshot.c +++ b/sched/sched/sched_cpuload_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_cpuload_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/sched/sched/sched_cpuload_period.c b/sched/sched/sched_cpuload_period.c index 7bbb47cbf00..c14b1937f4a 100644 --- a/sched/sched/sched_cpuload_period.c +++ b/sched/sched/sched_cpuload_period.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_cpuload_period.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_cpupause.c b/sched/sched/sched_cpupause.c index 61dd29d2d66..571c1a928b8 100644 --- a/sched/sched/sched_cpupause.c +++ b/sched/sched/sched_cpupause.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_cpupause.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_cpuselect.c b/sched/sched/sched_cpuselect.c index 1d49750cd32..bee48f6d761 100644 --- a/sched/sched/sched_cpuselect.c +++ b/sched/sched/sched_cpuselect.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_cpuselect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_critmonitor.c b/sched/sched/sched_critmonitor.c index de9c38b47d1..39acb6948eb 100644 --- a/sched/sched/sched_critmonitor.c +++ b/sched/sched/sched_critmonitor.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_critmonitor.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_dumponexit.c b/sched/sched/sched_dumponexit.c index 7b7fc8d23ad..b8ff20524cd 100644 --- a/sched/sched/sched_dumponexit.c +++ b/sched/sched/sched_dumponexit.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_dumponexit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_foreach.c b/sched/sched/sched_foreach.c index ed69e979ece..21c5e4bffbd 100644 --- a/sched/sched/sched_foreach.c +++ b/sched/sched/sched_foreach.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_foreach.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_get_stackinfo.c b/sched/sched/sched_get_stackinfo.c index 01c7ef5c36f..b020af46da3 100644 --- a/sched/sched/sched_get_stackinfo.c +++ b/sched/sched/sched_get_stackinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_get_stackinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_get_stateinfo.c b/sched/sched/sched_get_stateinfo.c index e8c3a009091..e5a59b7e044 100644 --- a/sched/sched/sched_get_stateinfo.c +++ b/sched/sched/sched_get_stateinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_get_stateinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_get_tls.c b/sched/sched/sched_get_tls.c index 02b64e61e8b..db178095d72 100644 --- a/sched/sched/sched_get_tls.c +++ b/sched/sched/sched_get_tls.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_get_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/sched/sched/sched_getaffinity.c b/sched/sched/sched_getaffinity.c index 5c350758e9d..a015a7f21a4 100644 --- a/sched/sched/sched_getaffinity.c +++ b/sched/sched/sched_getaffinity.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_getaffinity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_getcpu.c b/sched/sched/sched_getcpu.c index 2124d5bb688..03ac503f4ef 100644 --- a/sched/sched/sched_getcpu.c +++ b/sched/sched/sched_getcpu.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_getcpu.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_getfiles.c b/sched/sched/sched_getfiles.c index baa21b23935..53dabbf4b78 100644 --- a/sched/sched/sched_getfiles.c +++ b/sched/sched/sched_getfiles.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_getfiles.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_getparam.c b/sched/sched/sched_getparam.c index 89320cd8862..d7016b8fe73 100644 --- a/sched/sched/sched_getparam.c +++ b/sched/sched/sched_getparam.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_getparam.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_getscheduler.c b/sched/sched/sched_getscheduler.c index bb04c3427a8..c1fcd918012 100644 --- a/sched/sched/sched_getscheduler.c +++ b/sched/sched/sched_getscheduler.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_getscheduler.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_gettcb.c b/sched/sched/sched_gettcb.c index 3e38f51b3fb..f31ecf4fee4 100644 --- a/sched/sched/sched_gettcb.c +++ b/sched/sched/sched_gettcb.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_gettcb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_idletask.c b/sched/sched/sched_idletask.c index cdf6cb3de21..dacaa19ff2a 100644 --- a/sched/sched/sched_idletask.c +++ b/sched/sched/sched_idletask.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_idletask.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_lock.c b/sched/sched/sched_lock.c index 21a40bbc96f..94e28bd4200 100644 --- a/sched/sched/sched_lock.c +++ b/sched/sched/sched_lock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_lock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_lockcount.c b/sched/sched/sched_lockcount.c index 53c949397e9..46c873c99a1 100644 --- a/sched/sched/sched_lockcount.c +++ b/sched/sched/sched_lockcount.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_lockcount.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_mergepending.c b/sched/sched/sched_mergepending.c index a8fc20e3423..c529bb30637 100644 --- a/sched/sched/sched_mergepending.c +++ b/sched/sched/sched_mergepending.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_mergepending.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_mergeprioritized.c b/sched/sched/sched_mergeprioritized.c index 30838078bb6..e664f358761 100644 --- a/sched/sched/sched_mergeprioritized.c +++ b/sched/sched/sched_mergeprioritized.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_mergeprioritized.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_processtimer.c b/sched/sched/sched_processtimer.c index c2fb98b8ccb..89d8aba4c07 100644 --- a/sched/sched/sched_processtimer.c +++ b/sched/sched/sched_processtimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_processtimer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_releasetcb.c b/sched/sched/sched_releasetcb.c index 594da261e7c..628e42ff07d 100644 --- a/sched/sched/sched_releasetcb.c +++ b/sched/sched/sched_releasetcb.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_releasetcb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_removeblocked.c b/sched/sched/sched_removeblocked.c index 203c281425a..ee4ceba6f3f 100644 --- a/sched/sched/sched_removeblocked.c +++ b/sched/sched/sched_removeblocked.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_removeblocked.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_removereadytorun.c b/sched/sched/sched_removereadytorun.c index d4f7d8ac47c..e423dfc3bb9 100644 --- a/sched/sched/sched_removereadytorun.c +++ b/sched/sched/sched_removereadytorun.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_removereadytorun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_reprioritize.c b/sched/sched/sched_reprioritize.c index b504349f3aa..9cf34c6fa62 100644 --- a/sched/sched/sched_reprioritize.c +++ b/sched/sched/sched_reprioritize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_reprioritize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_reprioritizertr.c b/sched/sched/sched_reprioritizertr.c index 8b4c6b98c2a..ff6acb1ab7b 100644 --- a/sched/sched/sched_reprioritizertr.c +++ b/sched/sched/sched_reprioritizertr.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_reprioritizertr.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_resumescheduler.c b/sched/sched/sched_resumescheduler.c index 025e0e2a43e..fc784ca900e 100644 --- a/sched/sched/sched_resumescheduler.c +++ b/sched/sched/sched_resumescheduler.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_resumescheduler.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_roundrobin.c b/sched/sched/sched_roundrobin.c index b05b34fbdba..2d7c0c990fd 100644 --- a/sched/sched/sched_roundrobin.c +++ b/sched/sched/sched_roundrobin.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_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/sched/sched/sched_rrgetinterval.c b/sched/sched/sched_rrgetinterval.c index 24c82e07ba7..881d50bd51f 100644 --- a/sched/sched/sched_rrgetinterval.c +++ b/sched/sched/sched_rrgetinterval.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_rrgetinterval.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_self.c b/sched/sched/sched_self.c index abded79dfec..6c5ad204b07 100644 --- a/sched/sched/sched_self.c +++ b/sched/sched/sched_self.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_self.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_setaffinity.c b/sched/sched/sched_setaffinity.c index 2568657431c..aa3b4af786b 100644 --- a/sched/sched/sched_setaffinity.c +++ b/sched/sched/sched_setaffinity.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_setaffinity.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_setparam.c b/sched/sched/sched_setparam.c index 8259d61e5e2..c1184fd96a6 100644 --- a/sched/sched/sched_setparam.c +++ b/sched/sched/sched_setparam.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_setparam.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_setpriority.c b/sched/sched/sched_setpriority.c index a15432f8115..372ce47dc13 100644 --- a/sched/sched/sched_setpriority.c +++ b/sched/sched/sched_setpriority.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_setpriority.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_setscheduler.c b/sched/sched/sched_setscheduler.c index b20433dcca9..536518fdf31 100644 --- a/sched/sched/sched_setscheduler.c +++ b/sched/sched/sched_setscheduler.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_setscheduler.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_smp.c b/sched/sched/sched_smp.c index 88ac43bfadf..98437cbb833 100644 --- a/sched/sched/sched_smp.c +++ b/sched/sched/sched_smp.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_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/sched/sched/sched_sporadic.c b/sched/sched/sched_sporadic.c index 1caf90650a5..3907acf4f1a 100644 --- a/sched/sched/sched_sporadic.c +++ b/sched/sched/sched_sporadic.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_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/sched/sched/sched_suspend.c b/sched/sched/sched_suspend.c index 8d4be93eaad..24ef5dbdcf3 100644 --- a/sched/sched/sched_suspend.c +++ b/sched/sched/sched_suspend.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_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/sched/sched/sched_suspendscheduler.c b/sched/sched/sched_suspendscheduler.c index 9900bb215aa..f22119bf1c1 100644 --- a/sched/sched/sched_suspendscheduler.c +++ b/sched/sched/sched_suspendscheduler.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_suspendscheduler.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_sysinfo.c b/sched/sched/sched_sysinfo.c index de2dd017cad..b8cb5002718 100644 --- a/sched/sched/sched_sysinfo.c +++ b/sched/sched/sched_sysinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_sysinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_timerexpiration.c b/sched/sched/sched_timerexpiration.c index cd5e3d77670..70723124491 100644 --- a/sched/sched/sched_timerexpiration.c +++ b/sched/sched/sched_timerexpiration.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_timerexpiration.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_unlock.c b/sched/sched/sched_unlock.c index 5dd77ba5f57..d845a662274 100644 --- a/sched/sched/sched_unlock.c +++ b/sched/sched/sched_unlock.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_unlock.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_verifytcb.c b/sched/sched/sched_verifytcb.c index 01a6f19bd9f..0cb0902d3a2 100644 --- a/sched/sched/sched_verifytcb.c +++ b/sched/sched/sched_verifytcb.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_verifytcb.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_wait.c b/sched/sched/sched_wait.c index 842b3dbd0ac..a96863dae67 100644 --- a/sched/sched/sched_wait.c +++ b/sched/sched/sched_wait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_wait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_waitid.c b/sched/sched/sched_waitid.c index 22188f57556..f47a2f9ec45 100644 --- a/sched/sched/sched_waitid.c +++ b/sched/sched/sched_waitid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_waitid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/sched/sched_waitpid.c b/sched/sched/sched_waitpid.c index ff77a83e44c..db2b0aea84a 100644 --- a/sched/sched/sched_waitpid.c +++ b/sched/sched/sched_waitpid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_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/sched/sched/sched_yield.c b/sched/sched/sched_yield.c index 9bafe504cf7..650f6ba3e8d 100644 --- a/sched/sched/sched_yield.c +++ b/sched/sched/sched_yield.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/sched/sched_yield.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/CMakeLists.txt b/sched/semaphore/CMakeLists.txt index c50e1b9baab..361019f542e 100644 --- a/sched/semaphore/CMakeLists.txt +++ b/sched/semaphore/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/semaphore/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/sched/semaphore/Make.defs b/sched/semaphore/Make.defs index cf119fc3ad9..9a0701bccd6 100644 --- a/sched/semaphore/Make.defs +++ b/sched/semaphore/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/semaphore/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/sched/semaphore/sem_clockwait.c b/sched/semaphore/sem_clockwait.c index 55ce90d5d30..ac8dfdc8e5f 100644 --- a/sched/semaphore/sem_clockwait.c +++ b/sched/semaphore/sem_clockwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_clockwait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_destroy.c b/sched/semaphore/sem_destroy.c index 29790d2179c..f207b339bb3 100644 --- a/sched/semaphore/sem_destroy.c +++ b/sched/semaphore/sem_destroy.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_destroy.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_holder.c b/sched/semaphore/sem_holder.c index e16ed27e4e2..b062ef22d6a 100644 --- a/sched/semaphore/sem_holder.c +++ b/sched/semaphore/sem_holder.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_holder.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_initialize.c b/sched/semaphore/sem_initialize.c index a21a9899025..75677a281ae 100644 --- a/sched/semaphore/sem_initialize.c +++ b/sched/semaphore/sem_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_post.c b/sched/semaphore/sem_post.c index 3d10bf9a977..33293ad037e 100644 --- a/sched/semaphore/sem_post.c +++ b/sched/semaphore/sem_post.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_post.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_protect.c b/sched/semaphore/sem_protect.c index 501dd3402d6..07a1656db2f 100644 --- a/sched/semaphore/sem_protect.c +++ b/sched/semaphore/sem_protect.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_protect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_recover.c b/sched/semaphore/sem_recover.c index 5293ab0c2b2..1a6e7ea2bfe 100644 --- a/sched/semaphore/sem_recover.c +++ b/sched/semaphore/sem_recover.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_recover.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_reset.c b/sched/semaphore/sem_reset.c index 200edf999e6..14418fe7043 100644 --- a/sched/semaphore/sem_reset.c +++ b/sched/semaphore/sem_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_reset.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_rw.c b/sched/semaphore/sem_rw.c index 238c071a489..52aaf03ae76 100644 --- a/sched/semaphore/sem_rw.c +++ b/sched/semaphore/sem_rw.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_rw.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_setprotocol.c b/sched/semaphore/sem_setprotocol.c index f07f30a362b..bc399be1754 100644 --- a/sched/semaphore/sem_setprotocol.c +++ b/sched/semaphore/sem_setprotocol.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_setprotocol.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_tickwait.c b/sched/semaphore/sem_tickwait.c index a15d87b9fd8..d7ad1cdf45e 100644 --- a/sched/semaphore/sem_tickwait.c +++ b/sched/semaphore/sem_tickwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_tickwait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_timedwait.c b/sched/semaphore/sem_timedwait.c index faff6724065..a0431259e87 100644 --- a/sched/semaphore/sem_timedwait.c +++ b/sched/semaphore/sem_timedwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_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/sched/semaphore/sem_timeout.c b/sched/semaphore/sem_timeout.c index ba2c0eab65d..4bc1700c3c5 100644 --- a/sched/semaphore/sem_timeout.c +++ b/sched/semaphore/sem_timeout.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_timeout.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_trywait.c b/sched/semaphore/sem_trywait.c index 5201c0fc268..8b0239ec9e9 100644 --- a/sched/semaphore/sem_trywait.c +++ b/sched/semaphore/sem_trywait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_trywait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_wait.c b/sched/semaphore/sem_wait.c index b44fade3cd7..91792909757 100644 --- a/sched/semaphore/sem_wait.c +++ b/sched/semaphore/sem_wait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_wait.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/sem_waitirq.c b/sched/semaphore/sem_waitirq.c index 8875ce0b7d0..746c46e05f5 100644 --- a/sched/semaphore/sem_waitirq.c +++ b/sched/semaphore/sem_waitirq.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/sem_waitirq.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/semaphore/semaphore.h b/sched/semaphore/semaphore.h index 529f246e298..6c7821819f4 100644 --- a/sched/semaphore/semaphore.h +++ b/sched/semaphore/semaphore.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/semaphore/semaphore.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/sched/signal/CMakeLists.txt b/sched/signal/CMakeLists.txt index de8a0fc98b2..715db0a776b 100644 --- a/sched/signal/CMakeLists.txt +++ b/sched/signal/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/signal/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/sched/signal/Make.defs b/sched/signal/Make.defs index d38a0b554f3..cfb2ddc0060 100644 --- a/sched/signal/Make.defs +++ b/sched/signal/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/signal/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/sched/signal/sig_action.c b/sched/signal/sig_action.c index 3467279bab9..c3064292f51 100644 --- a/sched/signal/sig_action.c +++ b/sched/signal/sig_action.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_action.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_allocpendingsigaction.c b/sched/signal/sig_allocpendingsigaction.c index d7c47cacfcf..01b5a9ddf70 100644 --- a/sched/signal/sig_allocpendingsigaction.c +++ b/sched/signal/sig_allocpendingsigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_allocpendingsigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_cleanup.c b/sched/signal/sig_cleanup.c index d380ce0b5eb..9bb8d9a7337 100644 --- a/sched/signal/sig_cleanup.c +++ b/sched/signal/sig_cleanup.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_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/sched/signal/sig_default.c b/sched/signal/sig_default.c index 0bc8b9ba2e4..66c7c8ba968 100644 --- a/sched/signal/sig_default.c +++ b/sched/signal/sig_default.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_default.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_deliver.c b/sched/signal/sig_deliver.c index d6970ef8b10..d7de86fdbe9 100644 --- a/sched/signal/sig_deliver.c +++ b/sched/signal/sig_deliver.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_deliver.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_dispatch.c b/sched/signal/sig_dispatch.c index c21a6c4ed9c..d69fa046fa0 100644 --- a/sched/signal/sig_dispatch.c +++ b/sched/signal/sig_dispatch.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_dispatch.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_findaction.c b/sched/signal/sig_findaction.c index 0c24bd761e2..42176fdc656 100644 --- a/sched/signal/sig_findaction.c +++ b/sched/signal/sig_findaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_findaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_initialize.c b/sched/signal/sig_initialize.c index 21b5c8025a2..e6a065ec05d 100644 --- a/sched/signal/sig_initialize.c +++ b/sched/signal/sig_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_kill.c b/sched/signal/sig_kill.c index f62848eedad..471beae977a 100644 --- a/sched/signal/sig_kill.c +++ b/sched/signal/sig_kill.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_kill.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_lowest.c b/sched/signal/sig_lowest.c index c187b599672..0cabc1b34b8 100644 --- a/sched/signal/sig_lowest.c +++ b/sched/signal/sig_lowest.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_lowest.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_nanosleep.c b/sched/signal/sig_nanosleep.c index 30e3220fe6d..b4f3c2d7bac 100644 --- a/sched/signal/sig_nanosleep.c +++ b/sched/signal/sig_nanosleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_nanosleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_notification.c b/sched/signal/sig_notification.c index 3f7acfc7396..c79ae53f6e7 100644 --- a/sched/signal/sig_notification.c +++ b/sched/signal/sig_notification.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_notification.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_pause.c b/sched/signal/sig_pause.c index 29c0d5985ff..edf47aa08ef 100644 --- a/sched/signal/sig_pause.c +++ b/sched/signal/sig_pause.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_pause.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_pending.c b/sched/signal/sig_pending.c index 59eafb130e9..19b575d108a 100644 --- a/sched/signal/sig_pending.c +++ b/sched/signal/sig_pending.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_pending.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_ppoll.c b/sched/signal/sig_ppoll.c index cf216c3306e..04670954df0 100644 --- a/sched/signal/sig_ppoll.c +++ b/sched/signal/sig_ppoll.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_ppoll.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_procmask.c b/sched/signal/sig_procmask.c index 93d74c3c129..b9a180170cf 100644 --- a/sched/signal/sig_procmask.c +++ b/sched/signal/sig_procmask.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_procmask.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_pselect.c b/sched/signal/sig_pselect.c index 402639b3465..30a8607577b 100644 --- a/sched/signal/sig_pselect.c +++ b/sched/signal/sig_pselect.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_pselect.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_queue.c b/sched/signal/sig_queue.c index 2b5f5556782..acea7b590f9 100644 --- a/sched/signal/sig_queue.c +++ b/sched/signal/sig_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_queue.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_releasependingsigaction.c b/sched/signal/sig_releasependingsigaction.c index a86ac98e52e..cb91441cb32 100644 --- a/sched/signal/sig_releasependingsigaction.c +++ b/sched/signal/sig_releasependingsigaction.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_releasependingsigaction.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_releasependingsignal.c b/sched/signal/sig_releasependingsignal.c index 753676b67a7..ca000a46a9d 100644 --- a/sched/signal/sig_releasependingsignal.c +++ b/sched/signal/sig_releasependingsignal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_releasependingsignal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_removependingsignal.c b/sched/signal/sig_removependingsignal.c index ebb5bffc391..dd4ed8bc244 100644 --- a/sched/signal/sig_removependingsignal.c +++ b/sched/signal/sig_removependingsignal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_removependingsignal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_sleep.c b/sched/signal/sig_sleep.c index 10502c39db5..e892c6cb8f3 100644 --- a/sched/signal/sig_sleep.c +++ b/sched/signal/sig_sleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_sleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_suspend.c b/sched/signal/sig_suspend.c index e6dbc203dd0..206906cce94 100644 --- a/sched/signal/sig_suspend.c +++ b/sched/signal/sig_suspend.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_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/sched/signal/sig_tgkill.c b/sched/signal/sig_tgkill.c index d1c04d87eda..556f14622f1 100644 --- a/sched/signal/sig_tgkill.c +++ b/sched/signal/sig_tgkill.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_tgkill.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_timedwait.c b/sched/signal/sig_timedwait.c index a831dd17a47..aef4a6d367f 100644 --- a/sched/signal/sig_timedwait.c +++ b/sched/signal/sig_timedwait.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_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/sched/signal/sig_unmaskpendingsignal.c b/sched/signal/sig_unmaskpendingsignal.c index 9262a047cdc..89e234ccd1f 100644 --- a/sched/signal/sig_unmaskpendingsignal.c +++ b/sched/signal/sig_unmaskpendingsignal.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_unmaskpendingsignal.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_usleep.c b/sched/signal/sig_usleep.c index 761aa9b1dc3..da426623fea 100644 --- a/sched/signal/sig_usleep.c +++ b/sched/signal/sig_usleep.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_usleep.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/sig_waitinfo.c b/sched/signal/sig_waitinfo.c index 9c9cad036b9..d71437e7469 100644 --- a/sched/signal/sig_waitinfo.c +++ b/sched/signal/sig_waitinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/sig_waitinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/signal/signal.h b/sched/signal/signal.h index 5165d6804f0..c4d88e14421 100644 --- a/sched/signal/signal.h +++ b/sched/signal/signal.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/signal/signal.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/sched/task/CMakeLists.txt b/sched/task/CMakeLists.txt index 3f049de6213..b0e95e958ac 100644 --- a/sched/task/CMakeLists.txt +++ b/sched/task/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/task/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/sched/task/Make.defs b/sched/task/Make.defs index 199ff51bda5..5d8f2d76983 100644 --- a/sched/task/Make.defs +++ b/sched/task/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/task/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/sched/task/exit.c b/sched/task/exit.c index 5971aa90698..a4e88687999 100644 --- a/sched/task/exit.c +++ b/sched/task/exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/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/sched/task/spawn.h b/sched/task/spawn.h index 0c6dce55b2e..948e8bcf10e 100644 --- a/sched/task/spawn.h +++ b/sched/task/spawn.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/spawn.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/sched/task/task.h b/sched/task/task.h index 9de238be390..aa656861e28 100644 --- a/sched/task/task.h +++ b/sched/task/task.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task.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/sched/task/task_activate.c b/sched/task/task_activate.c index 564403d20df..00aa1c2e557 100644 --- a/sched/task/task_activate.c +++ b/sched/task/task_activate.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_activate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_cancelpt.c b/sched/task/task_cancelpt.c index 834644fada4..04733fe4e9d 100644 --- a/sched/task/task_cancelpt.c +++ b/sched/task/task_cancelpt.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_cancelpt.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_create.c b/sched/task/task_create.c index b3c6f0f1909..3ad6130873f 100644 --- a/sched/task/task_create.c +++ b/sched/task/task_create.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_create.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_delete.c b/sched/task/task_delete.c index b71670bd0df..1ccfe637414 100644 --- a/sched/task/task_delete.c +++ b/sched/task/task_delete.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_delete.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_execve.c b/sched/task/task_execve.c index 0ab84e0464d..62265b07608 100644 --- a/sched/task/task_execve.c +++ b/sched/task/task_execve.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_execve.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_exit.c b/sched/task/task_exit.c index c7bf3f3ea27..a01bafab34b 100644 --- a/sched/task/task_exit.c +++ b/sched/task/task_exit.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_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/sched/task/task_exithook.c b/sched/task/task_exithook.c index a0f45373875..dd43c4b40d1 100644 --- a/sched/task/task_exithook.c +++ b/sched/task/task_exithook.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_exithook.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_fork.c b/sched/task/task_fork.c index 00ade225f3f..0cf22599cab 100644 --- a/sched/task/task_fork.c +++ b/sched/task/task_fork.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_fork.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_getgroup.c b/sched/task/task_getgroup.c index cd79cc4f96f..bd4a69a114b 100644 --- a/sched/task/task_getgroup.c +++ b/sched/task/task_getgroup.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_getgroup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_getpid.c b/sched/task/task_getpid.c index e464578cf76..76c63e9fcbe 100644 --- a/sched/task/task_getpid.c +++ b/sched/task/task_getpid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_getpid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_getppid.c b/sched/task/task_getppid.c index 8718cf536da..01a0e561662 100644 --- a/sched/task/task_getppid.c +++ b/sched/task/task_getppid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_getppid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_gettid.c b/sched/task/task_gettid.c index 48528a93e3e..ff1fb663b93 100644 --- a/sched/task/task_gettid.c +++ b/sched/task/task_gettid.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_gettid.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_init.c b/sched/task/task_init.c index d67fd5a3618..e4f71480dfe 100644 --- a/sched/task/task_init.c +++ b/sched/task/task_init.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_init.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_join.c b/sched/task/task_join.c index c6216fd1081..0a2c5b7da18 100644 --- a/sched/task/task_join.c +++ b/sched/task/task_join.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_join.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_posixspawn.c b/sched/task/task_posixspawn.c index 66d62e4ca63..adcdf137435 100644 --- a/sched/task/task_posixspawn.c +++ b/sched/task/task_posixspawn.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_posixspawn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_prctl.c b/sched/task/task_prctl.c index 15192127d0d..4435e4eba4e 100644 --- a/sched/task/task_prctl.c +++ b/sched/task/task_prctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_prctl.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_recover.c b/sched/task/task_recover.c index 85ed087a16c..60bacf10494 100644 --- a/sched/task/task_recover.c +++ b/sched/task/task_recover.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_recover.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_reparent.c b/sched/task/task_reparent.c index 60662a1b311..5cfe4a99d26 100644 --- a/sched/task/task_reparent.c +++ b/sched/task/task_reparent.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_reparent.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_restart.c b/sched/task/task_restart.c index a32d77ca52f..f9c70e345a5 100644 --- a/sched/task/task_restart.c +++ b/sched/task/task_restart.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_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/sched/task/task_setup.c b/sched/task/task_setup.c index d65489b2b24..c1e14681d2c 100644 --- a/sched/task/task_setup.c +++ b/sched/task/task_setup.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_setup.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_spawn.c b/sched/task/task_spawn.c index c2f972341c0..dd2bbf5c7b8 100644 --- a/sched/task/task_spawn.c +++ b/sched/task/task_spawn.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_spawn.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_spawnparms.c b/sched/task/task_spawnparms.c index a9d94c4d42b..3066b32a7db 100644 --- a/sched/task/task_spawnparms.c +++ b/sched/task/task_spawnparms.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_spawnparms.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_start.c b/sched/task/task_start.c index a3d6e2e66fa..bcd63755cd9 100644 --- a/sched/task/task_start.c +++ b/sched/task/task_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_starthook.c b/sched/task/task_starthook.c index 00e39c64dda..c0ae56f4f48 100644 --- a/sched/task/task_starthook.c +++ b/sched/task/task_starthook.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_starthook.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/task/task_terminate.c b/sched/task/task_terminate.c index 4664b7f83b6..bfd08b6dd0e 100644 --- a/sched/task/task_terminate.c +++ b/sched/task/task_terminate.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/task/task_terminate.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/CMakeLists.txt b/sched/timer/CMakeLists.txt index 04e065a1e3d..8be12a839c7 100644 --- a/sched/timer/CMakeLists.txt +++ b/sched/timer/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/timer/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/sched/timer/Make.defs b/sched/timer/Make.defs index b7241c80f71..38ed0875be0 100644 --- a/sched/timer/Make.defs +++ b/sched/timer/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/timer/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/sched/timer/timer.h b/sched/timer/timer.h index 62a7940bafe..49e9b7f9900 100644 --- a/sched/timer/timer.h +++ b/sched/timer/timer.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer.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/sched/timer/timer_create.c b/sched/timer/timer_create.c index 315d771d2b3..7e31a1213ea 100644 --- a/sched/timer/timer_create.c +++ b/sched/timer/timer_create.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_create.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_delete.c b/sched/timer/timer_delete.c index d6b02c8bcde..0ee7ecd76ef 100644 --- a/sched/timer/timer_delete.c +++ b/sched/timer/timer_delete.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_delete.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_getitimer.c b/sched/timer/timer_getitimer.c index 43a9a863919..b4d515d1a48 100644 --- a/sched/timer/timer_getitimer.c +++ b/sched/timer/timer_getitimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_getitimer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_getoverrun.c b/sched/timer/timer_getoverrun.c index 41c5eab55c8..0ad2f98031e 100644 --- a/sched/timer/timer_getoverrun.c +++ b/sched/timer/timer_getoverrun.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_getoverrun.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_gettime.c b/sched/timer/timer_gettime.c index 9e1da748120..c6a2b7660db 100644 --- a/sched/timer/timer_gettime.c +++ b/sched/timer/timer_gettime.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_gettime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_initialize.c b/sched/timer/timer_initialize.c index fe8a8d31905..56d21c041d1 100644 --- a/sched/timer/timer_initialize.c +++ b/sched/timer/timer_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_release.c b/sched/timer/timer_release.c index 0b922f0f87d..90756ed4be6 100644 --- a/sched/timer/timer_release.c +++ b/sched/timer/timer_release.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_release.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_setitimer.c b/sched/timer/timer_setitimer.c index 4948b9b5e70..c8b29fb4c5c 100644 --- a/sched/timer/timer_setitimer.c +++ b/sched/timer/timer_setitimer.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_setitimer.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/timer/timer_settime.c b/sched/timer/timer_settime.c index 706335be8b9..528d34279e9 100644 --- a/sched/timer/timer_settime.c +++ b/sched/timer/timer_settime.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/timer/timer_settime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/tls/CMakeLists.txt b/sched/tls/CMakeLists.txt index 2420a040c89..3ba1057ad16 100644 --- a/sched/tls/CMakeLists.txt +++ b/sched/tls/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/tls/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/sched/tls/Make.defs b/sched/tls/Make.defs index a5ea535f4de..5d1ca2f5e61 100644 --- a/sched/tls/Make.defs +++ b/sched/tls/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/tls/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/sched/tls/task_initinfo.c b/sched/tls/task_initinfo.c index 7818e8f0390..5040cb26d3d 100644 --- a/sched/tls/task_initinfo.c +++ b/sched/tls/task_initinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/tls/task_initinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/tls/task_uninitinfo.c b/sched/tls/task_uninitinfo.c index 9c3cffa025b..da525445583 100644 --- a/sched/tls/task_uninitinfo.c +++ b/sched/tls/task_uninitinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/tls/task_uninitinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/tls/tls.h b/sched/tls/tls.h index 913761b74d8..e4f6b1608fe 100644 --- a/sched/tls/tls.h +++ b/sched/tls/tls.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/tls/tls.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/sched/tls/tls_dupinfo.c b/sched/tls/tls_dupinfo.c index b8c0dda3bb6..de7a4022c09 100644 --- a/sched/tls/tls_dupinfo.c +++ b/sched/tls/tls_dupinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/tls/tls_dupinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/tls/tls_initinfo.c b/sched/tls/tls_initinfo.c index 306f00bbc35..62345e6bd2c 100644 --- a/sched/tls/tls_initinfo.c +++ b/sched/tls/tls_initinfo.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/tls/tls_initinfo.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wdog/CMakeLists.txt b/sched/wdog/CMakeLists.txt index 920885a66d7..6337bf96090 100644 --- a/sched/wdog/CMakeLists.txt +++ b/sched/wdog/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/wdog/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/sched/wdog/Make.defs b/sched/wdog/Make.defs index 68aa7f4b2bf..2af39ebb6f0 100644 --- a/sched/wdog/Make.defs +++ b/sched/wdog/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/wdog/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/sched/wdog/wd_cancel.c b/sched/wdog/wd_cancel.c index 96369f98d45..65c063cd560 100644 --- a/sched/wdog/wd_cancel.c +++ b/sched/wdog/wd_cancel.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wdog/wd_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/sched/wdog/wd_gettime.c b/sched/wdog/wd_gettime.c index 1fe5934af96..e38dc22cf74 100644 --- a/sched/wdog/wd_gettime.c +++ b/sched/wdog/wd_gettime.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wdog/wd_gettime.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wdog/wd_initialize.c b/sched/wdog/wd_initialize.c index 98d43595835..563ad31c9d9 100644 --- a/sched/wdog/wd_initialize.c +++ b/sched/wdog/wd_initialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wdog/wd_initialize.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wdog/wd_recover.c b/sched/wdog/wd_recover.c index 8ae0ee3266d..8c1db1db67a 100644 --- a/sched/wdog/wd_recover.c +++ b/sched/wdog/wd_recover.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wdog/wd_recover.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wdog/wd_start.c b/sched/wdog/wd_start.c index d7a3af9bc7a..4d5c964eaa5 100644 --- a/sched/wdog/wd_start.c +++ b/sched/wdog/wd_start.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wdog/wd_start.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wdog/wdog.h b/sched/wdog/wdog.h index 636257cdbcd..f7f4ca577e7 100644 --- a/sched/wdog/wdog.h +++ b/sched/wdog/wdog.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wdog/wdog.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/sched/wqueue/CMakeLists.txt b/sched/wqueue/CMakeLists.txt index 58f6879ea60..7b325beae46 100644 --- a/sched/wqueue/CMakeLists.txt +++ b/sched/wqueue/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # sched/wqueue/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/sched/wqueue/Make.defs b/sched/wqueue/Make.defs index 52fc34b724b..baa93f72e6f 100644 --- a/sched/wqueue/Make.defs +++ b/sched/wqueue/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # sched/wqueue/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/sched/wqueue/kwork_cancel.c b/sched/wqueue/kwork_cancel.c index 2aceb4a65a1..0a91b3dba55 100644 --- a/sched/wqueue/kwork_cancel.c +++ b/sched/wqueue/kwork_cancel.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wqueue/kwork_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/sched/wqueue/kwork_inherit.c b/sched/wqueue/kwork_inherit.c index 8dbc2742717..887ef6d279a 100644 --- a/sched/wqueue/kwork_inherit.c +++ b/sched/wqueue/kwork_inherit.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wqueue/kwork_inherit.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wqueue/kwork_notifier.c b/sched/wqueue/kwork_notifier.c index 7aee208446f..96fdbea39d7 100644 --- a/sched/wqueue/kwork_notifier.c +++ b/sched/wqueue/kwork_notifier.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wqueue/kwork_notifier.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wqueue/kwork_queue.c b/sched/wqueue/kwork_queue.c index 4891b4c2e66..43c158fdc66 100644 --- a/sched/wqueue/kwork_queue.c +++ b/sched/wqueue/kwork_queue.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wqueue/kwork_queue.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/sched/wqueue/kwork_thread.c b/sched/wqueue/kwork_thread.c index 6a7656aafad..61e04ff9dcc 100644 --- a/sched/wqueue/kwork_thread.c +++ b/sched/wqueue/kwork_thread.c @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wqueue/kwork_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/sched/wqueue/wqueue.h b/sched/wqueue/wqueue.h index 4700878b631..07f173f096b 100644 --- a/sched/wqueue/wqueue.h +++ b/sched/wqueue/wqueue.h @@ -1,6 +1,8 @@ /**************************************************************************** * sched/wqueue/wqueue.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