summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 89137778b8..dd20e44a1a 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,11 +16,11 @@
16# import sys 16# import sys
17# sys.path.insert(0, os.path.abspath('.')) 17# sys.path.insert(0, os.path.abspath('.'))
18 18
19import datetime
19 20
20# -- Project information ----------------------------------------------------- 21# -- Project information -----------------------------------------------------
21
22project = 'The Yocto Project' 22project = 'The Yocto Project'
23copyright = '2020, The Linux Foundation' 23copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year
24author = 'The Linux Foundation' 24author = 'The Linux Foundation'
25 25
26 26