From 18786fbffe299f81b7c156ba1cee00359589dc3f Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 3 Jul 2020 17:39:48 +0200 Subject: sphinx: conf: update copyright (From yocto-docs rev: 9a5c74f73f2f00d8dbd3bc4f72973f9e2913b316) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/conf.py') 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 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) +import datetime # -- Project information ----------------------------------------------------- - project = 'The Yocto Project' -copyright = '2020, The Linux Foundation' +copyright = '2010-%s, The Linux Foundation' % datetime.datetime.now().year author = 'The Linux Foundation' -- cgit v1.2.3-54-g00ecf