From 349252788f16f404b26eea7d5f3610733802f84d Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Mon, 4 Oct 2021 15:07:32 +0300 Subject: [PATCH] doc/sphinx/conf.py.in: Remove year and use VERSION Just avoid using years as that will not age well. VERSION follows the libweston version. Signed-off-by: Marius Vlad --- doc/sphinx/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in index ab8f9bf1..5bc61d8d 100644 --- a/doc/sphinx/conf.py.in +++ b/doc/sphinx/conf.py.in @@ -21,7 +21,7 @@ sys.path.append(os.path.abspath('sphinxext')) # -- Project information ----------------------------------------------------- project = u'weston' -copyright = u'2019, Weston community' +copyright = u'Weston community - @VERSION@' author = u'Weston community '