From 2fa074917597fea0cf3332c6620d3414034825e4 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 6 Dec 2022 16:14:22 -0500 Subject: add license_files kwarg to project Hook this up to installed dependency manifests. This is often needed above and beyond just an SPDX string -- e.g. many licenses have custom copyright lines. --- docs/markdown/snippets/license_files_project_info.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/license_files_project_info.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/license_files_project_info.md b/docs/markdown/snippets/license_files_project_info.md new file mode 100644 index 0000000..073ba1b --- /dev/null +++ b/docs/markdown/snippets/license_files_project_info.md @@ -0,0 +1,5 @@ +## The project function now supports setting the project license files + +This goes together with the license name. The license files can be +automatically installed via [[meson.install_dependency_manifest]], +or queried via [[meson.project_license_files]]. -- cgit v1.1