aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-11 05:38:55 +0000
committerChris Lattner <sabre@nondot.org>2006-01-11 05:38:55 +0000
commitf1b59d4172f5967a3a955dce1822cc665b0cc51c (patch)
tree06a8da8b2b325cd3066064840b42b5627202b14c
parent0cf4bc79959e6dd1f0a31a7c7cf91da0f32c0b8d (diff)
Simple is good
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25205 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/VMCore/TypeSymbolTable.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/VMCore/TypeSymbolTable.cpp b/lib/VMCore/TypeSymbolTable.cpp
index e2712d0de6..9a572238cc 100644
--- a/lib/VMCore/TypeSymbolTable.cpp
+++ b/lib/VMCore/TypeSymbolTable.cpp
@@ -2,9 +2,8 @@
//
// The LLVM Compiler Infrastructure
//
-// This file was developed by the LLVM research group and revised 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. It is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//