diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:38:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-11 05:38:15 +0000 |
commit | 0cf4bc79959e6dd1f0a31a7c7cf91da0f32c0b8d (patch) | |
tree | 7764dfb4883b5374866168ad82438ee306bb84b9 /include/llvm | |
parent | dd9e9566052d02c9fa053756bb0136eb25e9018b (diff) | |
download | external_llvm-0cf4bc79959e6dd1f0a31a7c7cf91da0f32c0b8d.zip external_llvm-0cf4bc79959e6dd1f0a31a7c7cf91da0f32c0b8d.tar.gz external_llvm-0cf4bc79959e6dd1f0a31a7c7cf91da0f32c0b8d.tar.bz2 |
Simple is good, CVS log is for history, not the silly credits block
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/TypeSymbolTable.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index 6511be0..a31525b 100644 --- a/include/llvm/TypeSymbolTable.h +++ b/include/llvm/TypeSymbolTable.h @@ -2,10 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by Reid Spencer based on the original SymbolTable -// implemented 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. It is distributed under the +// University of Illinois Open Source License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // |