public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH] manuals: mention license information in footer
@ 2021-07-28 14:34 Michael Opdenacker
  0 siblings, 0 replies; only message in thread
From: Michael Opdenacker @ 2021-07-28 14:34 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

Previously, the license for the manuals was only
stated in the SPDX headers at the beginning of source files

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/conf.py b/documentation/conf.py
index 6c6458fed7..8e15fdc869 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -28,7 +28,7 @@ release = current_version
 
 # -- Project information -----------------------------------------------------
 project = 'The Yocto Project \xae'
-copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year
+copyright = '2010-%s, The Linux Foundation, CC-BY-SA-2.0-UK license' % datetime.datetime.now().year
 author = 'The Linux Foundation'
 
 # -- General configuration ---------------------------------------------------
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-28 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-28 14:34 [PATCH] manuals: mention license information in footer Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox