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 | 4967fa722df3f2b4a63d00f469d2f100c7c0d0bb (patch) | |
tree | fd8aba61dbd5a777a7833653444b25ab6117a091 /llvm/tools/llvm2cpp/llvm2cpp.cpp | |
parent | fe361813aa782ed09796370b0e5566507ea10277 (diff) | |
download | bcm5719-llvm-4967fa722df3f2b4a63d00f469d2f100c7c0d0bb.tar.gz bcm5719-llvm-4967fa722df3f2b4a63d00f469d2f100c7c0d0bb.zip |
Fix file header comment.
llvm-svn: 28540
Diffstat (limited to 'llvm/tools/llvm2cpp/llvm2cpp.cpp')
-rw-r--r-- | llvm/tools/llvm2cpp/llvm2cpp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm2cpp/llvm2cpp.cpp b/llvm/tools/llvm2cpp/llvm2cpp.cpp index 7d27b72ea13..9035e71c075 100644 --- a/llvm/tools/llvm2cpp/llvm2cpp.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// // |