When linting the source contents for #384 I discovered that the test file test/half_to_double_from_rfc7049.c includes copyright markings related to IETF BCP 78, which is disallowed by the DFSG for Debian packages.
Is there any chance to either clean-room this single test function (which seems to go against the spirit of the purpose of the test: to use code from the RFC), or to isolate this specific function into a preprocessor logic more specific than USEFULBUF_DISABLE_ALL_FLOAT (meaning I want to enable QCBOR procesing of floats but disable the use of this single specific test function when packaging for DEB format)?
Thanks for any help in this tricky and annoying area.
When linting the source contents for #384 I discovered that the test file
test/half_to_double_from_rfc7049.cincludes copyright markings related to IETF BCP 78, which is disallowed by the DFSG for Debian packages.Is there any chance to either clean-room this single test function (which seems to go against the spirit of the purpose of the test: to use code from the RFC), or to isolate this specific function into a preprocessor logic more specific than
USEFULBUF_DISABLE_ALL_FLOAT(meaning I want to enable QCBOR procesing of floats but disable the use of this single specific test function when packaging for DEB format)?Thanks for any help in this tricky and annoying area.