Clarify licensing and update to SPDX 3.0 identifiers
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 11 Mar 2019 19:26:57 +0000 (15:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 11 Mar 2019 20:36:25 +0000 (16:36 -0400)
commit744d0b8b4a6e86cfc7f1039ddefeee84e288278a
tree7819bf1e99b419fa5b4d9b954d2de08d7e393174
parentc6bfac9eaf3ad6d20740a175b0d14d2410921cf3
Clarify licensing and update to SPDX 3.0 identifiers

See this article for more details on the new GNU identifiers :

  https://spdx.org/news/news/2018/01/license-list-30-released

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 files changed:
LICENSE
LICENSES/LGPL-2.1-only [new file with mode: 0644]
LICENSES/MIT [new file with mode: 0644]
Makefile
include/rseq/cpu-op.h
include/rseq/percpu-op.h
include/rseq/rseq-arm.h
include/rseq/rseq-mips.h
include/rseq/rseq-ppc.h
include/rseq/rseq-s390.h
include/rseq/rseq-skip.h
include/rseq/rseq-x86.h
include/rseq/rseq.h
src/cpu-op.c
src/percpu-op.c
src/rseq.c
tests/Makefile
tests/basic_percpu_ops_test.c
This page took 0.024781 seconds and 4 git commands to generate.