From: Michael Jeanson Date: Thu, 6 Jul 2023 18:40:01 +0000 (-0400) Subject: Tests: implement REUSE with SPDX identifiers X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=89a8858dc6fdaf6c094d9038db79fbc61469ccef;hp=89a8858dc6fdaf6c094d9038db79fbc61469ccef;p=lttng-ust.git Tests: implement REUSE with SPDX identifiers The SPDX identifiers [1] are a legally binding shorthand, which can be used instead of the full boiler plate text. This is the first 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. For files that lacked copyright and licensing information, I used the following guidelines. If a clear author could be determined from the git history use it, otherwise use 'EfficiOS Inc.'. For build system files, use 'MIT', for documentation 'CC-BY-4.0' and for data files 'CC0-1.0'. Freeform text files were converted to Markdown to allow licensing comments. [1] https://spdx.org/ids-how [2] https://reuse.software/tutorial/ Change-Id: I3c391f15d97b5958bdfacc17eb4ab2abafd9d99d Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---