From 987722df9d9c1ef6ca9e9691a37d217a37dcd46c Mon Sep 17 00:00:00 2001 From: Gillian Minnehan Date: Fri, 16 Jan 2026 14:28:52 -0500 Subject: [PATCH] doc: add license/terms to external module template It is important to include license and terms of use information in the documentation for external modules. This helps users understand their rights and obligations when using these modules within the Zephyr project. Signed-off-by: Gillian Minnehan --- doc/develop/manifest/external/external.rst.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/develop/manifest/external/external.rst.tmpl b/doc/develop/manifest/external/external.rst.tmpl index 49e262ab36e..d2a11fcfe4a 100644 --- a/doc/develop/manifest/external/external.rst.tmpl +++ b/doc/develop/manifest/external/external.rst.tmpl @@ -6,7 +6,7 @@ Introduction ************ -Short intro into the module and how it relates to Zephyr. +Short intro into the module, how it relates to Zephyr, and the license/terms of use. Usage with Zephyr *****************