From ecdd57c5d4667753e64d12110d26d05b34dc9c03 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Mon, 14 Mar 2016 11:15:58 +0800 Subject: [PATCH] Dont claim copyright for future years otherwise, when building from unchanged source in 2018, it would claim Copyright 2018 which is not true . Change-Id: I80d466b0e1273a50c0e8f0c4850314afd4def389 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0c55486..bbbfe33 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -56,7 +56,7 @@ master_doc = 'index' # General information about the project. project = u'OSprofiler' -copyright = u'%d, Mirantis Inc.' % datetime.datetime.now().year +copyright = u'2016, Mirantis Inc.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the