[llvm-commits] CVS: llvm/tools/llvm2cpp/llvm2cpp.cpp
Reid Spencer
reid at x10sys.com
Mon May 29 11:06:40 PDT 2006
Changes in directory llvm/tools/llvm2cpp:
llvm2cpp.cpp updated: 1.2 -> 1.3
---
Log message:
Fix file header comment.
---
Diffs of the changes: (+2 -2)
llvm2cpp.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/llvm2cpp/llvm2cpp.cpp
diff -u llvm/tools/llvm2cpp/llvm2cpp.cpp:1.2 llvm/tools/llvm2cpp/llvm2cpp.cpp:1.3
--- llvm/tools/llvm2cpp/llvm2cpp.cpp:1.2 Sun May 28 21:35:29 2006
+++ llvm/tools/llvm2cpp/llvm2cpp.cpp Mon May 29 13:06:28 2006
@@ -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.
//
//===----------------------------------------------------------------------===//
//
More information about the llvm-commits
mailing list