From 60ba5796455b005df52985c946ec8f5e31400511 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 12 Aug 2015 19:46:15 +0000 Subject: [PATCH] Merging r244789: ------------------------------------------------------------------------ r244789 | hans | 2015-08-12 11:27:23 -0700 (Wed, 12 Aug 2015) | 1 line Docs: keep copyright years up-to-date. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@244798 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 18972824dbb..27919c20a7a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ # serve to show the default. import sys, os +from datetime import date # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -40,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'LLVM' -copyright = u'2003-2014, LLVM Project' +copyright = u'2003-%d, LLVM Project' % date.today().year # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- 2.40.0