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 cc8dcfc3a6..55ededf565 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 c1617a2fda..92989e8125 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 190eaf23bd..7ead19c027 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 e221ea1c97..d9f87490ed 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 6bf39ae4b6..64c3d2b37b 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 551f1aa1b0..a2a7a86043 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 66439b4603..789a4370c9 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 d8224ade15..8f1c20f415 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 c42147807d..8899978ee1 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 592db13a97..83eafd2081 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 ea02194918..3244ad59d6 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 dd111432fb..8f84ed4c6c 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 bfd2045ba6..99502db1d6 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 c6933d987c..8d53f233dc 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 ab45d000eb..a4c39aafb9 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 e8614fb2fb..0a7d8fcdcf 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 067772194e..b0293c20da 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 567f18a55e..c58978a96d 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 a16420a859..79cdb2f79c 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 3b76c880db..47caa44f88 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 d93c15c941..5e891a24ce 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 4268da11ab..cdd62cf728 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 8178c3b012..baed11bd22 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 389284b9a4..ee45aae037 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 e529884300..0a2f541342 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 04a5755967..5569bc2ca2 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 768960dbd5..0e45c336be 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 acf633140d..d1e930f566 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 7ec3be4249..ce70af47bf 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 9b041aa7a3..6ada8bf790 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 7ff4707ee9..5a08042ac4 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 bc86fe90fc..d1c36815fe 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 8e18b29229..87f24603f0 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 e1846116db..5035c812c9 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 7c0247ba75..e983c410ee 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 1bea8ac25e..84eb3888d2 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 461f252d1c..d1a0971882 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 9ec496bf30..247581135c 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 495904cef7..5d93b81f53 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 eebbff843a..412770fdd8 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 595cd0a09a..4d3642da4c 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 fa8c73ca8e..7ebea08de9 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 3ec2de2a9e..d613cf143b 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 e7f773de34..bf55c320c5 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 3ce0a8947a..69831ead8a 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 ab40dc84bb..e855c64886 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 dfc3a0bd88..315c7fc879 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 542b6beddc..1d7be075a9 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 ce9a1eed1a..bbeb77e5cc 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 876c65a103..22987a76b4 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 1fd38bac3b..a0cf1f2545 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 9b6e8dc38f..993e578f2c 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 0d4d070b4b..2e546c237b 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 7bf2b7e624..ddc72d52c9 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 b5d25dfd7f..d88c61766f 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 41103afeaf..b99e4a1486 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 25a72c45cf..941d8a5866 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 5c44396284..f72c3f81cb 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 193e364b0c..8069f94c8b 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 261e1eb69c..25a7ff2775 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 04c4140239..2b6bc0c391 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 95b570b3ea..ac5dee2d7f 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 73c9c577ac..b306f9a58b 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 e5a4b8ebf0..2fc0b42314 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 0a993ed319..46cf4f8b16 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 2a670966f4..94218cbfcb 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 8b4b07e49d..7cc2f7302f 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 c50f66c36d..94f3fd27ae 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 947ccaf7e6..06d9d58453 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 0f203a951c..8366bb1cdb 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 7df73329d1..1194c6d9f5 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 dec8aaf650..f028952dd1 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 e38e6f70ed..88fcc52b92 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 31d3357728..bc33a77d89 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 1affea836e..e3601c472c 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 10a3666f8e..60bceba3b1 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 9e3c072067..4bf9969d4c 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 08c4f1a34c..e7c38b5eff 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 7f86322c8f..9ff4e9eac1 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 a9581fd26e..87f33405e3 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 10a50082d8..945b09b9de 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 69b1a0ffe1..729e0d5860 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 317caec7fa..93f5cbee09 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 6eda8cb583..189f87ce00 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 03bcb725d5..7a394ec6cb 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 ba56120910..93097ef962 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 6af7aae611..16c8e5fcbc 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 bc979050d5..560c5d81cf 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 648ee83947..0a3e4e0cb9 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 0ca55170a7..ef7629f8af 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 55732248ae..9ac3883082 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 cb2d40786f..edfd2ff660 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 ec4bb44caa..70316a6a17 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 bc878fa9f2..a9fc823037 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 aff6dd07fb..c2e756470a 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 2912cd534e..2976f02a8d 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 a8eee418cb..d9afdf25ed 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 ca27b7405c..c105d79f96 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 3d17c8b3fc..598466f74e 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 6a56762d33..9fc3427da8 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 3bfae74585..bec9de9841 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 0cb67930b4..329c581e0b 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 616efbeb27..9f77a0088d 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 36b252b714..4acb7e486b 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 1e53325bb1..3c385ce682 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 86b0f017a5..25539f381b 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 623bc20838..13e7c55133 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 31946a1b48..f5afc7e9dc 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 1176e6e939..85938d877a 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 056f4a2b67..885d2cfcd8 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 4373aff376..e36f1ddccc 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 0608bf7339..e4ff7a3f88 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 d5ad1297d2..3dc15a7bfe 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 933dd2f23b..2ed75b8807 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 bc8fe3c784..df9522b806 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 68376996f3..a74707fe4c 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 c281f5aa51..0e756edd1d 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 ab5aa484fe..a218a9d702 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 91c2f9009d..58f138f5fd 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 16770d88b9..1559ae9339 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 cb8d7e57d1..4d099c5d4b 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 4ca49d54d5..952467a3dc 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 9ae36366fc..5017694d49 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 5b3339c92b..e034fc44d4 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 583f4714d9..36d8f291fc 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 5961cb2b80..76a1f31e64 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 c784934cff..db59c72164 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 a2325dbd7a..13bd2eb79e 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 7a1c52c1a0..629f5417a5 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 ced987f982..faaf437e2e 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 bb768015c8..79bf841524 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 712678fb3e..97dbacfeae 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 4a1abb6db9..1a5cb4fec4 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 c5dac57e98..ce783d03c6 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 5504143b9d..e9e7401df3 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 b717d1c25e..a3cc10c67b 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 84caa49b46..86a36aa624 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 8b10245bc9..be00f3b630 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 b58da4848d..7ff1c7c3c3 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 2d30f32fee..50418ddff1 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 6911317c70..c44e9a02a6 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 869a13606f..f99c25b94b 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 169e247da1..2486c2d70e 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 613a0837cf..c5aeb744f1 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 e7c60e0d8a..548e7360b5 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 c85ec8da25..9912771647 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 d8afeb605a..ff557bbe5c 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 13044de93e..eed49a73f4 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 7bb73c7382..2820c95137 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 ec0e5f86c2..2bd4e69f72 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 9eac0625de..7b1c3b2079 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 946e0eac8a..039a1805b5 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 4e9511b58e..e2f1949958 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 a4ed14e707..1d5def8bce 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 73511b3723..794db8614d 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 5c39b4a44e..a64d55d47c 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 9dace791b3..79223d88a4 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 a56e6dc436..8e653b7ac0 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 7191ca2f6a..bd0841f118 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 4b69cfab5c..c946edfb2e 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 2ba7143f3a..cdf572a505 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 cd0141f6e2..997c51a592 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 227dfe6352..75b37afd7b 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 f2595700ce..f21c233701 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 9693dc4c82..867b62df98 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 7d3dc3d140..cea0e6bfe0 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 d383542f21..9cf3ba965b 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 8ff53e01e8..66d053e054 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 1e52681cfd..5c50d5501b 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 49a979c8b2..b009e3f6c0 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 51f85506e1..da39f4327e 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 0ff392281a..61c9e6f8e5 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 cfe8e44ca5..8dc6a0a878 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 d81575f699..38cabd8132 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 eeab29b066..8b6be5cf4d 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 c43c627021..055d259a6e 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 326ecd7470..4e8c695475 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 6d46b387d1..c660a6238b 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 cbc64a46d9..d6728ad4f0 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 7bbb47cbf0..c14b1937f4 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 61dd29d2d6..571c1a928b 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 1d49750cd3..bee48f6d76 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 de9c38b47d..39acb6948e 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 7b7fc8d23a..b8ff20524c 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 ed69e979ec..21c5e4bffb 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 01c7ef5c36..b020af46da 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 e8c3a00909..e5a59b7e04 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 02b64e61e8..db178095d7 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 5c350758e9..a015a7f21a 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 2124d5bb68..03ac503f4e 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 baa21b2393..53dabbf4b7 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 89320cd886..d7016b8fe7 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 bb04c3427a..c1fcd91801 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 3e38f51b3f..f31ecf4fee 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 cdf6cb3de2..dacaa19ff2 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 21a40bbc96..94e28bd420 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 53c949397e..46c873c99a 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 a8fc20e342..c529bb3063 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 30838078bb..e664f35876 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 c2fb98b8cc..89d8aba4c0 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 594da261e7..628e42ff07 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 203c281425..ee4ceba6f3 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 d4f7d8ac47..e423dfc3bb 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 b504349f3a..9cf34c6fa6 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 8b4c6b98c2..ff6acb1ab7 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 025e0e2a43..fc784ca900 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 b05b34fbdb..2d7c0c990f 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 24c82e07ba..881d50bd51 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 abded79dfe..6c5ad204b0 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 2568657431..aa3b4af786 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 8259d61e5e..c1184fd96a 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 a15432f811..372ce47dc1 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 b20433dcca..536518fdf3 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 88ac43bfad..98437cbb83 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 1caf90650a..3907acf4f1 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 8d4be93eaa..24ef5dbdcf 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 9900bb215a..f22119bf1c 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 de2dd017ca..b8cb500271 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 cd5e3d7767..7072312449 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 5dd77ba5f5..d845a66227 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 01a6f19bd9..0cb0902d3a 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 842b3dbd0a..a96863dae6 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 22188f5755..f47a2f9ec4 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 ff77a83e44..db2b0aea84 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 9bafe504cf..650f6ba3e8 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 c50e1b9baa..361019f542 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 cf119fc3ad..9a0701bccd 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 55ce90d5d3..ac8dfdc8e5 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 29790d2179..f207b339bb 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 e16ed27e4e..b062ef22d6 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 a21a989902..75677a281a 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 3d10bf9a97..33293ad037 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 501dd3402d..07a1656db2 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 5293ab0c2b..1a6e7ea2bf 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 200edf999e..14418fe704 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 238c071a48..52aaf03ae7 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 f07f30a362..bc399be175 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 a15d87b9fd..d7ad1cdf45 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 faff672406..a0431259e8 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 ba2c0eab65..4bc1700c3c 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 5201c0fc26..8b0239ec9e 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 b44fade3cd..9179290975 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 8875ce0b7d..746c46e05f 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 529f246e29..6c7821819f 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 de8a0fc98b..715db0a776 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 d38a0b554f..cfb2ddc006 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 3467279bab..c3064292f5 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 d7c47cacfc..01b5a9ddf7 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 d380ce0b5e..9bb8d9a733 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 0bc8b9ba2e..66c7c8ba96 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 d6970ef8b1..d7de86fdbe 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 c21a6c4ed9..d69fa046fa 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 0c24bd761e..42176fdc65 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 21b5c8025a..e6a065ec05 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 f62848eeda..471beae977 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 c187b59967..0cabc1b34b 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 30e3220fe6..b4f3c2d7ba 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 3f7acfc739..c79ae53f6e 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 29c0d5985f..edf47aa08e 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 59eafb130e..19b575d108 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 cf216c3306..04670954df 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 93d74c3c12..b9a180170c 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 402639b346..30a8607577 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 2b5f555678..acea7b590f 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 a86ac98e52..cb91441cb3 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 753676b67a..ca000a46a9 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 ebb5bffc39..dd4ed8bc24 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 10502c39db..e892c6cb8f 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 e6dbc203dd..206906cce9 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 d1c04d87ed..556f14622f 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 a831dd17a4..aef4a6d367 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 9262a047cd..89e234ccd1 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 761aa9b1dc..da426623fe 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 9c9cad036b..d71437e746 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 5165d6804f..c4d88e1442 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 3f049de621..b0e95e958a 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 199ff51bda..5d8f2d7698 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 5971aa9069..a4e8868799 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 0c6dce55b2..948e8bcf10 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 9de238be39..aa656861e2 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 564403d20d..00aa1c2e55 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 834644fada..04733fe4e9 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 b3c6f0f190..3ad6130873 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 b71670bd0d..1ccfe63741 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 0ab84e0464..62265b0760 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 c7bf3f3ea2..a01bafab34 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 a0f4537387..dd43c4b40d 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 00ade225f3..0cf22599ca 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 cd79cc4f96..bd4a69a114 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 e464578cf7..76c63e9fcb 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 8718cf536d..01a0e56166 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 48528a93e3..ff1fb663b9 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 d67fd5a361..e4f71480df 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 c6216fd108..0a2c5b7da1 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 66d62e4ca6..adcdf13743 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 15192127d0..4435e4eba4 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 85ed087a16..60bacf1049 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 60662a1b31..5cfe4a99d2 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 a32d77ca52..f9c70e345a 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 d65489b2b2..c1e14681d2 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 c2f972341c..dd2bbf5c7b 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 a9d94c4d42..3066b32a7d 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 a3d6e2e66f..bcd63755cd 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 00e39c64dd..c0ae56f4f4 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 4664b7f83b..bfd08b6dd0 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 04e065a1e3..8be12a839c 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 b7241c80f7..38ed0875be 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 62a7940baf..49e9b7f990 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 315d771d2b..7e31a1213e 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 d6b02c8bcd..0ee7ecd76e 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 43a9a86391..b4d515d1a4 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 41c5eab55c..0ad2f98031 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 9e1da74812..c6a2b7660d 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 fe8a8d3190..56d21c041d 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 0b922f0f87..90756ed4be 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 4948b9b5e7..c8b29fb4c5 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 706335be8b..528d34279e 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 2420a040c8..3ba1057ad1 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 a5ea535f4d..5d1ca2f5e6 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 7818e8f039..5040cb26d3 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 9c3cffa025..da52544558 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 913761b74d..e4f6b1608f 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 b8c0dda3bb..de7a4022c0 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 306f00bbc3..62345e6bd2 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 920885a66d..6337bf9609 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 68aa7f4b2b..2af39ebb6f 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 96369f98d4..65c063cd56 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 1fe5934af9..e38dc22cf7 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 98d4359583..563ad31c9d 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 8ae0ee3266..8c1db1db67 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 d7a3af9bc7..4d5c964eaa 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 636257cdbc..f7f4ca577e 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 58f6879ea6..7b325beae4 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 52fc34b724..baa93f72e6 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 2aceb4a65a..0a91b3dba5 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 8dbc274271..887ef6d279 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 7aee208446..96fdbea39d 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 4891b4c2e6..43c158fdc6 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 6a7656aafa..61e04ff9dc 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 4700878b63..07f173f096 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