diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-05-29 18:06:28 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-05-29 18:06:28 +0000 |
commit | ba570d700bfabb3f1231ea7ce9e5e2adb4098e26 (patch) | |
tree | 1f056f585018c06b838008c6b8f16880ce24c399 /tools/llvm2cpp | |
parent | 4edca3325b95eb31b338e2783f907aa8f57b0780 (diff) | |
download | external_llvm-ba570d700bfabb3f1231ea7ce9e5e2adb4098e26.zip external_llvm-ba570d700bfabb3f1231ea7ce9e5e2adb4098e26.tar.gz external_llvm-ba570d700bfabb3f1231ea7ce9e5e2adb4098e26.tar.bz2 |
Fix file header comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28540 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm2cpp')
-rw-r--r-- | tools/llvm2cpp/llvm2cpp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm2cpp/llvm2cpp.cpp b/tools/llvm2cpp/llvm2cpp.cpp index 7d27b72..9035e71 100644 --- a/tools/llvm2cpp/llvm2cpp.cpp +++ b/tools/llvm2cpp/llvm2cpp.cpp @@ -2,8 +2,8 @@ // // The LLVM Compiler Infrastructure // -// This file was developed by the LLVM research group and 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. // //===----------------------------------------------------------------------===// // |