From: Michael Jeanson Date: Thu, 6 Jul 2023 18:40:50 +0000 (-0400) Subject: src: implement REUSE with SPDX identifiers X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=71ca25096f065a790cd0482d6be15dbc90970bc4;hp=71ca25096f065a790cd0482d6be15dbc90970bc4;p=lttng-ust.git src: 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: I5bebf12931a64f29fa84ee3947b165d0624db13a Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---