[llvm-branch-commits] [llvm-branch] r98996 - in /llvm/branches/release_27: autoconf/configure.ac configure

Tanya Lattner tonic at nondot.org
Fri Mar 19 14:29:27 PDT 2010


Author: tbrethou
Date: Fri Mar 19 16:29:27 2010
New Revision: 98996

URL: http://llvm.org/viewvc/llvm-project?rev=98996&view=rev
Log:
Merge r98985 from mainline.
Update copyright.

Modified:
    llvm/branches/release_27/autoconf/configure.ac
    llvm/branches/release_27/configure

Modified: llvm/branches/release_27/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_27/autoconf/configure.ac?rev=98996&r1=98995&r2=98996&view=diff
==============================================================================
--- llvm/branches/release_27/autoconf/configure.ac (original)
+++ llvm/branches/release_27/autoconf/configure.ac Fri Mar 19 16:29:27 2010
@@ -35,8 +35,8 @@
 
 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-2009 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT([Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign.])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign."])
+AC_COPYRIGHT([Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.])
 
 dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
 dnl use some autoconf macros only available in 2.59.

Modified: llvm/branches/release_27/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_27/configure?rev=98996&r1=98995&r2=98996&view=diff
==============================================================================
--- llvm/branches/release_27/configure (original)
+++ llvm/branches/release_27/configure Fri Mar 19 16:29:27 2010
@@ -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-2009 University of Illinois at Urbana-Champaign.
+# Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -1541,7 +1541,7 @@
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign.
 _ACEOF
   exit
 fi
@@ -1903,7 +1903,7 @@
 
 
 
-LLVM_COPYRIGHT="Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign."
+LLVM_COPYRIGHT="Copyright (c) 2003-2010 University of Illinois at Urbana-Champaign."
 
 
 





More information about the llvm-branch-commits mailing list