summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-01-01 08:16:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-01-01 08:16:56 +0000
commit45ba16588ddfd5365ab961e84513bd79feba0dce (patch)
tree2c1becc3aabff812406f4284ef78e376d52cba68 /autoconf
parentb3982da7d219edb24795d7e01513cc55fcd7bd16 (diff)
downloadllvm-45ba16588ddfd5365ab961e84513bd79feba0dce.tar.gz
llvm-45ba16588ddfd5365ab961e84513bd79feba0dce.tar.bz2
llvm-45ba16588ddfd5365ab961e84513bd79feba0dce.tar.xz
Happy new year 2012!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147395 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 024ac20d1d..646d9a8591 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -35,8 +35,8 @@ AC_INIT([LLVM],[3.1svn],[http://llvm.org/bugs/])
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-2011 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT([Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign.])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign."])
+AC_COPYRIGHT([Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.])
dnl Indicate that we require autoconf 2.60 or later.
AC_PREREQ(2.60)