diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 22:59:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 22:59:10 +0000 |
commit | 3023be46c7d98df0b935026d36a48f08826838b7 (patch) | |
tree | 01896b7be1526ad4c6979a9103472532a43a45b3 /autoconf | |
parent | a62e8e42af0df9e3cea9312109e3b78622d8c46e (diff) | |
download | external_llvm-3023be46c7d98df0b935026d36a48f08826838b7.zip external_llvm-3023be46c7d98df0b935026d36a48f08826838b7.tar.gz external_llvm-3023be46c7d98df0b935026d36a48f08826838b7.tar.bz2 |
remove attribution from a variety of miscellaneous files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 6ceb9b7..1e97601 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1,8 +1,8 @@ dnl === configure.ac --------------------------------------------------------=== dnl The LLVM Compiler Infrastructure dnl -dnl This file was developed by the LLVM research group and is distributed under -dnl the University of Illinois Open Source License. See LICENSE.TXT for details. +dnl This file is distributed under the University of Illinois Open Source +dnl License. See LICENSE.TXT for details. dnl dnl===-----------------------------------------------------------------------=== dnl This is the LLVM configuration script. It is processed by the autoconf |