Implement the REUSE specification for licensing and copyright
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 28 Feb 2022 21:50:31 +0000 (16:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 14 Apr 2023 21:20:56 +0000 (17:20 -0400)
commitf2d7b53096009fccef555affc8adf453aa51920a
tree689546bf8c293ff130fc7aa7abee2895b17cf3bf
parent907023667b6ac2c8893808f0e55bb294ae3ef64b
Implement the REUSE specification for licensing and copyright

See "https://reuse.software/tutorial/", running the linter now returns
this :

$ reuse lint

* Bad licenses:
* Deprecated licenses:
* Licenses without file extension:
* Missing licenses:
* Unused licenses:
* Used licenses: BSD-2-Clause, FSFAP, GPL-2.0-or-later, GPL-3.0-or-later, LicenseRef-Autoconf-exception-macro, Linux-man-pages-copyleft, Linux-syscall-note, MIT
* Read errors: 0
* Files with copyright information: 52 / 52
* Files with license information: 52 / 52

Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)

Change-Id: Ifa9f7bc1cbdce204dd8bad4b8978d90b0d7bb90a
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
61 files changed:
.gitignore
.gitreview
LICENSE
LICENSES/BSD-2-Clause [deleted file]
LICENSES/BSD-2-Clause.txt [new file with mode: 0644]
LICENSES/FSFAP.txt [new file with mode: 0644]
LICENSES/GPL-2.0 [deleted file]
LICENSES/GPL-2.0-or-later.txt [new file with mode: 0644]
LICENSES/GPL-3.0 [deleted file]
LICENSES/GPL-3.0-or-later.txt [new file with mode: 0644]
LICENSES/LicenseRef-Autoconf-exception-macro.txt [new file with mode: 0644]
LICENSES/Linux-man-pages-copyleft.txt [new file with mode: 0644]
LICENSES/Linux-syscall-note.txt [new file with mode: 0644]
LICENSES/MIT [deleted file]
LICENSES/MIT.txt [new file with mode: 0644]
Makefile.am
README.md
bootstrap
configure.ac
doc/Makefile.am
doc/man/Makefile.am
doc/man/rseq.2
include/Makefile.am
include/rseq/compiler.h
include/rseq/rseq-abi.h
include/rseq/rseq-arm.h
include/rseq/rseq-arm64.h
include/rseq/rseq-generic-thread-pointer.h
include/rseq/rseq-mips.h
include/rseq/rseq-ppc-thread-pointer.h
include/rseq/rseq-ppc.h
include/rseq/rseq-riscv.h
include/rseq/rseq-s390.h
include/rseq/rseq-skip.h
include/rseq/rseq-thread-pointer.h
include/rseq/rseq-x86-thread-pointer.h
include/rseq/rseq-x86.h
include/rseq/rseq.h
m4/ae_config_feature.m4
m4/ax_append_compile_flags.m4
m4/ax_append_flag.m4
m4/ax_c___attribute__.m4
m4/ax_check_compile_flag.m4
m4/ax_cxx_compile_stdcxx.m4
m4/ax_pthread.m4
m4/ax_require_defined.m4
m4/pprint.m4
src/Makefile.am
src/librseq.pc.in
src/rseq.c
tests/Makefile.am
tests/basic_percpu_ops_test.c
tests/basic_percpu_ops_test_cxx.cpp
tests/basic_test.c
tests/basic_test_cxx.cpp
tests/param_test.c
tests/param_test_cxx.cpp
tests/run_param_test.tap
tests/run_param_test_cxx.tap
tests/utils/Makefile.am
tests/utils/utils.sh
This page took 0.030095 seconds and 4 git commands to generate.