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 | 7ff1e45cddd078c56bd18a77268b9eebd4289013 (patch) | |
tree | eee9afabbd58d91b41aaaed26e00e8750561c1b8 /docs/conf.py | |
parent | 6cc2a68c1ecb20054819a0b154ccfb7ff7498595 (diff) |
Update the copyright coredits -- Happy new year 2013!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171342 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 899e0aa2a3..b69ccf54c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Clang' -copyright = u'2012, The Clang Team' +copyright = u'2007-2013, The Clang Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |