summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-01 08:27:31 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-01 08:27:31 +0000
commit0cc6c9b3d9abc5c5a901bfa5a039b436a3c14018 (patch)
tree39b329196242bff8bb79fbfeeff71daafc62ef15 /autoconf
parenta18007d9d60c937381f28755bde26a7a35136085 (diff)
downloadllvm-0cc6c9b3d9abc5c5a901bfa5a039b436a3c14018.tar.gz
llvm-0cc6c9b3d9abc5c5a901bfa5a039b436a3c14018.tar.bz2
llvm-0cc6c9b3d9abc5c5a901bfa5a039b436a3c14018.tar.xz
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/llvm/trunk@198274 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 8d23ad3ddd..3d0a2b3b1b 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -37,8 +37,8 @@ AC_DEFINE([LLVM_VERSION_MINOR], [5], [Minor version of the LLVM API])
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)