summaryrefslogtreecommitdiff
path: root/tools/llvm2cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-29 18:06:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-29 18:06:28 +0000
commitba570d700bfabb3f1231ea7ce9e5e2adb4098e26 (patch)
tree1f056f585018c06b838008c6b8f16880ce24c399 /tools/llvm2cpp
parent4edca3325b95eb31b338e2783f907aa8f57b0780 (diff)
downloadllvm-ba570d700bfabb3f1231ea7ce9e5e2adb4098e26.tar.gz
llvm-ba570d700bfabb3f1231ea7ce9e5e2adb4098e26.tar.bz2
llvm-ba570d700bfabb3f1231ea7ce9e5e2adb4098e26.tar.xz
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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm2cpp/llvm2cpp.cpp b/tools/llvm2cpp/llvm2cpp.cpp
index 7d27b72ea1..9035e71c07 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.
//
//===----------------------------------------------------------------------===//
//