aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-04-17 02:04:39 +0000
committerChris Lattner <sabre@nondot.org>2007-04-17 02:04:39 +0000
commit205c27d4a904c12d1bfb0b2961daab70f286cc20 (patch)
treedc7a3dfdb33fe0ba16e05a8be800a430979aaa0d
parentf23de11c29db407793474ab645ed5994678d743f (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.h6
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.
//
//===----------------------------------------------------------------------===//
//