From: Hans Wennborg <hans@hanshq.net>
Date: Wed, 12 Aug 2015 18:27:23 +0000 (+0000)
Subject: Docs: keep copyright years up-to-date.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ec82b6dbe4d2e729db2a1b7efae24d18db4f225;p=oota-llvm.git

Docs: keep copyright years up-to-date.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244789 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/docs/conf.py b/docs/conf.py
index e1e6c45a56f..6e3f16ceef1 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