浏览代码

Update the copyright credits -- Happy new year 2014!

FIXME: Dragonegg may be updated at non-trivial changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198274 91177308-0d34-0410-b5e6-96231b3b80d8
NAKAMURA Takumi 11 年之前
父节点
当前提交
c8a1cf95f8
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      LICENSE.TXT
  2. 1 1
      docs/analyzer/conf.py
  3. 1 1
      docs/conf.py

+ 1 - 1
LICENSE.TXT

@@ -4,7 +4,7 @@ LLVM Release License
 University of Illinois/NCSA
 University of Illinois/NCSA
 Open Source License
 Open Source License
 
 
-Copyright (c) 2007-2013 University of Illinois at Urbana-Champaign.
+Copyright (c) 2007-2014 University of Illinois at Urbana-Champaign.
 All rights reserved.
 All rights reserved.
 
 
 Developed by:
 Developed by:

+ 1 - 1
docs/analyzer/conf.py

@@ -41,7 +41,7 @@ master_doc = 'index'
 
 
 # General information about the project.
 # General information about the project.
 project = u'Clang Static Analyzer'
 project = u'Clang Static Analyzer'
-copyright = u'2013, Analyzer Team'
+copyright = u'2013-2014, Analyzer Team'
 
 
 # The version info for the project you're documenting, acts as replacement for
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the

+ 1 - 1
docs/conf.py

@@ -41,7 +41,7 @@ master_doc = 'index'
 
 
 # General information about the project.
 # General information about the project.
 project = u'Clang'
 project = u'Clang'
-copyright = u'2007-2013, The Clang Team'
+copyright = u'2007-2014, The Clang Team'
 
 
 # The version info for the project you're documenting, acts as replacement for
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # |version| and |release|, also used in various other places throughout the