src: use SPDX identifiers
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 4 Jul 2023 20:53:07 +0000 (16:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Jul 2023 16:13:25 +0000 (12:13 -0400)
commitacdb82a20ba20467b89c67aa44ca03da610513a9
tree85d85fd4ec8b152041aeedb45648bc4e0d664fef
parentd3d3857f678627e7bbfb5a8d6f3bc15cd2a694d9
src: use SPDX identifiers

The SPDX identifiers [1] are a legally binding shorthand, which can be
used instead of the full boiler plate text. This is another step towards
implementing the full REUSE spec [2] to help with copyright and
licensing audits and compliance.

This will reduce a lot a manual work required for the licensing audit
required in Debian on each update.

[1] https://spdx.org/ids-how
[2] https://reuse.software/tutorial/

Change-Id: Ia28ed8c14984ac9acd140ef544fd6e09b96fb03b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
27 files changed:
src/compat-getcpu.h
src/compat-rand.h
src/compat_arch.c
src/compat_futex.c
src/lfstack.c
src/rculfhash-internal.h
src/rculfhash-mm-chunk.c
src/rculfhash-mm-mmap.c
src/rculfhash-mm-order.c
src/rculfhash.c
src/rculfqueue.c
src/rculfstack.c
src/urcu-bp.c
src/urcu-call-rcu-impl.h
src/urcu-defer-impl.h
src/urcu-die.h
src/urcu-pointer.c
src/urcu-poll-impl.h
src/urcu-qsbr.c
src/urcu-utils.h
src/urcu-wait.h
src/urcu.c
src/wfcqueue.c
src/wfqueue.c
src/wfstack.c
src/workqueue.c
src/workqueue.h
This page took 0.027073 seconds and 4 git commands to generate.