diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-01 10:00:19 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-01 10:00:19 +0000 |
commit | 43632a26a5da8568525193ee80e544cb57efa675 (patch) | |
tree | 05165dba2d33b6e0c85e03d06b2c0f588d8c8f42 /llvm/docs/conf.py | |
parent | b1615b1ac47b256fcab9ed0bceb73273f2a4d4d9 (diff) | |
download | llvm-43632a26a5da8568525193ee80e544cb57efa675.zip llvm-43632a26a5da8568525193ee80e544cb57efa675.tar.gz llvm-43632a26a5da8568525193ee80e544cb57efa675.tar.bz2 |
Update the copyright coredits -- Happy new year 2013!
llvm-svn: 171342
Diffstat (limited to 'llvm/docs/conf.py')
-rw-r--r-- | llvm/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py index c0cf402..0ac3b78 100644 --- a/llvm/docs/conf.py +++ b/llvm/docs/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'LLVM' -copyright = u'2012, LLVM Project' +copyright = u'2003-2013, 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 |