diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-01-03 11:20:43 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-01-03 11:20:43 +0000 |
commit | 649dcec527b3e3a86f8af19b83faa42c66152587 (patch) | |
tree | 3106195353e2ad512f5bbd1ff235b668c79a8e0f /libcxx/docs/conf.py | |
parent | a0a61faad135e585fc5607add33e055d9fc7357b (diff) | |
download | bcm5719-llvm-649dcec527b3e3a86f8af19b83faa42c66152587.tar.gz bcm5719-llvm-649dcec527b3e3a86f8af19b83faa42c66152587.zip |
Update year to 2017
llvm-svn: 290876
Diffstat (limited to 'libcxx/docs/conf.py')
-rw-r--r-- | libcxx/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/conf.py b/libcxx/docs/conf.py index cd793dd0222..dee0367a4ed 100644 --- a/libcxx/docs/conf.py +++ b/libcxx/docs/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'libc++' -copyright = u'2011-2016, LLVM Project' +copyright = u'2011-2017, LLVM Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |