[llvm-commits] [llvm] r46121 - in /llvm/branches/release_22: LICENSE.TXT autoconf/configure.ac configure

Tanya Lattner tonic at nondot.org
Wed Jan 16 22:01:52 PST 2008


Author: tbrethou
Date: Thu Jan 17 00:01:52 2008
New Revision: 46121

URL: http://llvm.org/viewvc/llvm-project?rev=46121&view=rev
Log:
Update for current year.

Modified:
    llvm/branches/release_22/LICENSE.TXT
    llvm/branches/release_22/autoconf/configure.ac
    llvm/branches/release_22/configure

Modified: llvm/branches/release_22/LICENSE.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_22/LICENSE.TXT?rev=46121&r1=46120&r2=46121&view=diff

==============================================================================
--- llvm/branches/release_22/LICENSE.TXT (original)
+++ llvm/branches/release_22/LICENSE.TXT Thu Jan 17 00:01:52 2008
@@ -4,7 +4,7 @@
 University of Illinois/NCSA
 Open Source License
 
-Copyright (c) 2003-2007 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.
 All rights reserved.
 
 Developed by:

Modified: llvm/branches/release_22/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_22/autoconf/configure.ac?rev=46121&r1=46120&r2=46121&view=diff

==============================================================================
--- llvm/branches/release_22/autoconf/configure.ac (original)
+++ llvm/branches/release_22/autoconf/configure.ac Thu Jan 17 00:01:52 2008
@@ -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-2007 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT([Copyright (c) 2003-2007 University of Illinois at Urbana-Champaign.])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign."])
+AC_COPYRIGHT([Copyright (c) 2003-2008 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_22/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_22/configure?rev=46121&r1=46120&r2=46121&view=diff

==============================================================================
--- llvm/branches/release_22/configure (original)
+++ llvm/branches/release_22/configure Thu Jan 17 00:01:52 2008
@@ -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-2007 University of Illinois at Urbana-Champaign.
+# Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.
 ## --------------------- ##
 ## M4sh Initialization.  ##
 ## --------------------- ##
@@ -1667,7 +1667,7 @@
 This configure script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it.
 
-Copyright (c) 2003-2007 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.
 _ACEOF
   exit
 fi
@@ -2029,7 +2029,7 @@
 
 
 
-LLVM_COPYRIGHT="Copyright (c) 2003-2007 University of Illinois at Urbana-Champaign."
+LLVM_COPYRIGHT="Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign."
 
 
 





More information about the llvm-commits mailing list