Add missing REUSE licenses
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 14 Nov 2023 15:56:56 +0000 (10:56 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 20 Nov 2023 21:52:15 +0000 (16:52 -0500)
commit09908061cbecc35f463f8fcce4365822ff14140c
tree95910025044d0926c54ba51717897dd871895c08
parentbdfcc4b656ffea08d833cb7f04ed279b1c6eb7c2
Add missing REUSE licenses

`reuse lint` says:

    # MISSING LICENSES

    'FSFAP' found in:
    * m4/ax_append_compile_flags.m4
    * m4/ax_append_flag.m4
    * m4/ax_check_compile_flag.m4
    * m4/ax_cxx_compile_stdcxx.m4
    * m4/ax_require_defined.m4
    'FSFULLR' found in:
    * m4/ae_python_modules.m4
    'GPL-2.0-or-later' found in:
    * m4/ax_c___attribute__.m4
    * m4/ax_pthread.m4
    * tests/utils/tap-driver.sh
    'LicenseRef-Autoconf-exception-macro' found in:
    * m4/ax_c___attribute__.m4
    * m4/ax_pthread.m4

Download and add them.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I71576e2ed2281a1890a49a5cb9261c11fe30706e
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11381
Reviewed-by: Michael Jeanson <mjeanson@efficios.com>
LICENSES/FSFAP.txt [new file with mode: 0644]
LICENSES/FSFULLR.txt [new file with mode: 0644]
LICENSES/GPL-2.0-or-later.txt [new file with mode: 0644]
LICENSES/LicenseRef-Autoconf-exception-macro.txt [new file with mode: 0644]
Makefile.am
This page took 0.024204 seconds and 4 git commands to generate.