diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2005-05-12 21:49:11 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-05-12 21:49:11 +0000 |
| commit | cb3fc5ca7560301ef04df83b34e64f35fe7e657d (patch) | |
| tree | 81e14fbd4afe7db0bd2ea534e4fcdfb02fe9ceb2 /llvm | |
| parent | f1ed8ede297f3bb37af31a13af00be2f82fc9e43 (diff) | |
| download | bcm5719-llvm-cb3fc5ca7560301ef04df83b34e64f35fe7e657d.tar.gz bcm5719-llvm-cb3fc5ca7560301ef04df83b34e64f35fe7e657d.zip | |
Remove extraneous `U ' in copyright line
llvm-svn: 21906
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index bc2551605da..ecab17d7fd0 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -35,7 +35,7 @@ AC_INIT([[llvm]],[[1.5cvs]],[llvmbugs@cs.uiuc.edu]) 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-2005 U University of Illinois at Urbana-Champaign."]) +AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2005 University of Illinois at Urbana-Champaign."]) AC_COPYRIGHT($LLVM_COPYRIGHT) dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we |

