From 7e73f1a972f13699c3c2cb80ad50c834b8a8464e Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 26 Sep 2020 10:32:56 +0000 Subject: Introduce plausibility check for outbound licenes When creating a library or executable, several source files are combined into a binary artifact that has an outbound license of its own. This test generator allows to check if the combined source files are compatible with the desired outbound license. Requirements for using these tests: - input source files must contain the SPDX-License-Information tag - python3 must be available - the "reuse spdx" tool must be available --- docs/module/ECMCheckOutboundLicense.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/module/ECMCheckOutboundLicense.rst (limited to 'docs/module') diff --git a/docs/module/ECMCheckOutboundLicense.rst b/docs/module/ECMCheckOutboundLicense.rst new file mode 100644 index 00000000..3af46757 --- /dev/null +++ b/docs/module/ECMCheckOutboundLicense.rst @@ -0,0 +1 @@ +.. ecm-module:: ../../modules/ECMCheckOutboundLicense.cmake -- cgit v1.2.1