From: Michael Jeanson Date: Tue, 4 Jul 2023 20:53:30 +0000 (-0400) Subject: tests: use SPDX identifiers X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=ce29b37132cef1c1c758e0862ac701e9bb756d29;hp=ce29b37132cef1c1c758e0862ac701e9bb756d29;p=userspace-rcu.git tests: use SPDX identifiers The SPDX identifiers [1] are a legally binding shorthand, which can be used instead of the full boiler plate text. This is another 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. Use the author from the git history and the test scripts license as stated in LICENSE, 'GPL-2.0-only'. [1] https://spdx.org/ids-how [2] https://reuse.software/tutorial/ Change-Id: I23c23edeffe6f3448ad673034480de46c98b746b Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---