From: Hans Wennborg Date: Wed, 12 Aug 2015 18:27:23 +0000 (+0000) Subject: Docs: keep copyright years up-to-date. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9aaf0a90e9efd96ccda2ee68ce2c8c6aca9f9568;p=platform%2Fupstream%2Fllvm.git Docs: keep copyright years up-to-date. llvm-svn: 244789 --- diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index e1e6c45..6e3f16c 100644 --- a/llvm/docs/conf.py +++ b/llvm/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