[llvm] r198274 - Update the copyright credits -- Happy new year 2014!

NAKAMURA Takumi geek4civic at gmail.com
Wed Jan 1 00:27:32 PST 2014


Author: chapuni
Date: Wed Jan  1 02:27:31 2014
New Revision: 198274

URL: http://llvm.org/viewvc/llvm-project?rev=198274&view=rev
Log:
Update the copyright credits -- Happy new year 2014!

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

Modified:
    llvm/trunk/LICENSE.TXT
    llvm/trunk/autoconf/configure.ac
    llvm/trunk/configure
    llvm/trunk/docs/conf.py
    llvm/trunk/docs/doxygen.footer

Modified: llvm/trunk/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/LICENSE.TXT?rev=198274&r1=198273&r2=198274&view=diff
==============================================================================
--- llvm/trunk/LICENSE.TXT (original)
+++ llvm/trunk/LICENSE.TXT Wed Jan  1 02:27:31 2014
@@ -4,7 +4,7 @@ LLVM Release License
 University of Illinois/NCSA
 Open Source License
 
-Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.
 All rights reserved.
 
 Developed by:

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=198274&r1=198273&r2=198274&view=diff
==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Wed Jan  1 02:27:31 2014
@@ -37,8 +37,8 @@ AC_DEFINE([LLVM_VERSION_MINOR], [5], [Mi
 
 dnl Provide a copyright substitution and ensure the copyright notice is included
 dnl in the output of --version option of the generated configure script.
-AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT([Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign."])
+AC_COPYRIGHT([Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.])
 
 dnl Indicate that we require autoconf 2.60 or later.
 AC_PREREQ(2.60)

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=198274&r1=198273&r2=198274&view=diff
==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Wed Jan  1 02:27:31 2014
@@ -9,7 +9,7 @@
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
 #
-# Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
+# Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -1572,7 +1572,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 19
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.
 _ACEOF
   exit
 fi
@@ -1944,7 +1944,7 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 
-LLVM_COPYRIGHT="Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign."
+LLVM_COPYRIGHT="Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign."
 
 
 

Modified: llvm/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/conf.py?rev=198274&r1=198273&r2=198274&view=diff
==============================================================================
--- llvm/trunk/docs/conf.py (original)
+++ llvm/trunk/docs/conf.py Wed Jan  1 02:27:31 2014
@@ -40,7 +40,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'LLVM'
-copyright = u'2003-2013, LLVM Project'
+copyright = u'2003-2014, 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

Modified: llvm/trunk/docs/doxygen.footer
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/doxygen.footer?rev=198274&r1=198273&r2=198274&view=diff
==============================================================================
--- llvm/trunk/docs/doxygen.footer (original)
+++ llvm/trunk/docs/doxygen.footer Wed Jan  1 02:27:31 2014
@@ -3,7 +3,7 @@
 Generated on $datetime for <a href="http://llvm.org/">$projectname</a> by
 <a href="http://www.doxygen.org"><img src="doxygen.png" alt="Doxygen"
 align="middle" border="0"/>$doxygenversion</a><br>
-Copyright © 2003-2013 University of Illinois at Urbana-Champaign.
+Copyright © 2003-2014 University of Illinois at Urbana-Champaign.
 All Rights Reserved.</p>
 
 <hr>





More information about the llvm-commits mailing list