diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-17 02:04:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-17 02:04:39 +0000 |
commit | 205c27d4a904c12d1bfb0b2961daab70f286cc20 (patch) | |
tree | dc7a3dfdb33fe0ba16e05a8be800a430979aaa0d | |
parent | f23de11c29db407793474ab645ed5994678d743f (diff) |
urr, yeah.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36187 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/ValueSymbolTable.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/llvm/ValueSymbolTable.h b/include/llvm/ValueSymbolTable.h index 94aa06f0da..2436cbf42e 100644 --- a/include/llvm/ValueSymbolTable.h +++ b/include/llvm/ValueSymbolTable.h @@ -2,10 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer based on the original SymbolTable.h -// written by the LLVM research group and re-written by Reid Spencer. -// It is distributed under the University of Illinois Open Source License. -// See LICENSE.TXT for details. +// This file was developed by Reid Spencer and is distributed under +// the University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |