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